vim update
This commit is contained in:
parent
812777f5e8
commit
f35d976e62
|
@ -5,6 +5,8 @@
|
||||||
viAlias = true;
|
viAlias = true;
|
||||||
vimAlias = true;
|
vimAlias = true;
|
||||||
defaultEditor = true;
|
defaultEditor = true;
|
||||||
|
withPython3 = true;
|
||||||
|
withNodeJs = true;
|
||||||
|
|
||||||
configure = {
|
configure = {
|
||||||
customRC = ''
|
customRC = ''
|
||||||
|
@ -16,7 +18,7 @@
|
||||||
" ...
|
" ...
|
||||||
'';
|
'';
|
||||||
packages.myplugins = with pkgs.vimPlugins; {
|
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 = [];
|
opt = [];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue