fix(dependencies): Remove package and use config option instead
This commit is contained in:
parent
756651a64c
commit
e98247d052
@ -20,7 +20,7 @@ with lib;
|
||||
extraPython3Packages ? p: [], # Additional python 3 packages
|
||||
withPython3 ? true, # Build Neovim with Python 3 support?
|
||||
withRuby ? false, # Build Neovim with Ruby support?
|
||||
withNodeJs ? false, # Build Neovim with NodeJS support?
|
||||
withNodeJs ? true, # Build Neovim with NodeJS support?
|
||||
withSqlite ? true, # Add sqlite? This is a dependency for some plugins
|
||||
# You probably don't want to create vi or vim aliases
|
||||
# if the appName is something different than "nvim"
|
||||
|
@ -112,7 +112,6 @@ with final.pkgs.lib; let
|
||||
nodePackages.bash-language-server # Bash language server
|
||||
lua-language-server
|
||||
nil # nix LSP
|
||||
nodejs_20
|
||||
];
|
||||
in {
|
||||
# This is the neovim derivation
|
||||
|
Loading…
x
Reference in New Issue
Block a user