home-profile: update neovim cfg

This commit is contained in:
Mateusz Słodkowicz 2023-05-23 23:39:04 +02:00
parent ab78a221f5
commit ea5713154d
Signed by: materus
GPG Key ID: 28D140BCA60B4FD1
1 changed files with 33 additions and 0 deletions

View File

@ -14,6 +14,39 @@ in
withNodeJs = true;
withPython3 = true;
withRuby = true;
defaultEditor = true;
extraConfig = ''
set number
'';
plugins = with pkgs.vimPlugins;[
nerdtree
syntastic
vim-fugitive
vim-airline
vim-nix
nvim-fzf
coc-clangd
coc-python
coc-pyright
coc-sh
coc-git
coc-css
coc-yaml
coc-toml
coc-json
coc-html
coc-highlight
coc-java
coc-cmake
coc-vimlsp
];
};
};