From e98247d052cc5c7f64855ee38fd4a2395f74d379 Mon Sep 17 00:00:00 2001 From: jiriks74 Date: Wed, 18 Sep 2024 23:12:01 +0200 Subject: [PATCH] fix(dependencies): Remove package and use config option instead --- nix/mkNeovim.nix | 2 +- nix/neovim-overlay.nix | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/nix/mkNeovim.nix b/nix/mkNeovim.nix index 2b64c00..959a7fb 100644 --- a/nix/mkNeovim.nix +++ b/nix/mkNeovim.nix @@ -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" diff --git a/nix/neovim-overlay.nix b/nix/neovim-overlay.nix index d4abf93..07d0a06 100644 --- a/nix/neovim-overlay.nix +++ b/nix/neovim-overlay.nix @@ -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