1
0
Fork 0

Disable all neovim external plugin providers

This commit is contained in:
Daniel Kempkens 2021-12-07 16:23:17 +01:00
parent 33345748b8
commit af73adba3d

View file

@ -8,6 +8,10 @@ in
enable = true;
package = pkgs.neovim-nightly;
withNodeJs = false;
withRuby = false;
withPython3 = false;
extraConfig = ''
lua require('nix_init')
'';