diff --git a/home.nix b/home.nix index 90c8018..8c4435b 100644 --- a/home.nix +++ b/home.nix @@ -74,6 +74,7 @@ inherit package; enable = true; + coc.enable = false; extraLuaConfig = '' -- bootstrap lazy.nvim, LazyVim and your plugins require("config.lazy") @@ -85,6 +86,11 @@ plugins = [ treesitterWithGrammars ]; + extraPackages = with pkgs; [ + nil + rustup + lua-language-server + ]; withNodeJs = true; withPython3 = true; withRuby = true;