From f35d976e627a1ab8dfa942ee0449d9806bb9dbcb Mon Sep 17 00:00:00 2001 From: Adrian Gunnar Lauterer Date: Sun, 14 Apr 2024 03:24:00 +0200 Subject: [PATCH] vim update --- packages/vim.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/vim.nix b/packages/vim.nix index 1696048..cbadaac 100644 --- a/packages/vim.nix +++ b/packages/vim.nix @@ -5,6 +5,8 @@ viAlias = true; vimAlias = true; defaultEditor = true; + withPython3 = true; + withNodeJs = true; configure = { customRC = '' @@ -16,7 +18,7 @@ " ... ''; packages.myplugins = with pkgs.vimPlugins; { - start = [ vim-nix vim-lastplace vim-yaml ]; + start = [ vim-nix vim-lastplace vim-yaml coc-rust-analyzer neovim-fuzzy LanguageClient-neovim copilot-vim chadtree]; opt = []; }; };