vim update

main
Adrian Gunnar Lauterer 2024-04-14 03:24:00 +02:00
parent 812777f5e8
commit f35d976e62
Signed by: adriangl
GPG Key ID: D33368A59745C2F0
1 changed files with 3 additions and 1 deletions

View File

@ -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 = [];
};
};