Disable all neovim external plugin providers
This commit is contained in:
parent
33345748b8
commit
af73adba3d
1 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,10 @@ in
|
|||
enable = true;
|
||||
package = pkgs.neovim-nightly;
|
||||
|
||||
withNodeJs = false;
|
||||
withRuby = false;
|
||||
withPython3 = false;
|
||||
|
||||
extraConfig = ''
|
||||
lua require('nix_init')
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue