fix: nvim-cmp completion bugs

This commit is contained in:
Noah Masur
2022-07-13 02:15:00 +00:00
parent a22acac57d
commit 51c75e2874
7 changed files with 51 additions and 15 deletions

View File

@ -20,7 +20,9 @@ nixpkgs.lib.nixosSystem {
automountPath = "/mnt";
defaultUser = globals.user;
startMenuLaunchers = true;
wslConf.network.generateResolvConf = true;
wslConf.network.generateResolvConf = true; # Turn off if breaking VPN
interop.includePath =
false; # Including Windows PATH will slow down Neovim
};
}
../common.nix