mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 18:30:13 +00:00
fix: nvim-cmp completion bugs
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user