diff --git a/modules/programs/neovim.nix b/modules/programs/neovim.nix index c4469b55..6308dba1 100644 --- a/modules/programs/neovim.nix +++ b/modules/programs/neovim.nix @@ -368,7 +368,7 @@ in { neovimConfig = pkgs.neovimUtils.makeNeovimConfig { inherit (cfg) extraPython3Packages withPython3 withRuby viAlias vimAlias; - withNodeJs = cfg.withNodeJs or cfg.coc.enable; + withNodeJs = cfg.withNodeJs || cfg.coc.enable; configure = cfg.configure // moduleConfigure; plugins = map suppressNotVimlConfig pluginsNormalized; customRC = cfg.extraConfig;