NeoCode icon indicating copy to clipboard operation
NeoCode copied to clipboard

Windows install not working

Open melas0nos opened this issue 3 years ago • 1 comments

I'm on Windows 10 21H2

I have tried both installing the dependencies via scoop first, and using the --deps flag. This is the output:

STEP 1: Backing up old config Current OS is windows Changed process to config directory: C:\Users\melas\AppData\Local Trying to rename nvim folder... You don't have an old config to back up. Skipping...

STEP 2: Symlinking NeoCode config to config directory: thread 'main' panicked at 'assertion failed: (left == right) left: false, right: true: Looks like your nvim directory is already symlinked!', src\helpers.rs:110:13 note: run with RUST_BACKTRACE=1 environment variable to display a backtrace


When running nvim, I get: image

melas0nos avatar Apr 14 '22 23:04 melas0nos

Try deleting the symlink you already have in your APPDATA folder - it's a little hard to handle symlinks in Rust across windows/Linux so I honestly didn't handle the use case that a user already had a symlinked config

Sewdohe avatar Nov 17 '22 17:11 Sewdohe