mirror of https://github.com/materusPL/Nixerus.git
home-profile: update neovim cfg
This commit is contained in:
parent
ab78a221f5
commit
ea5713154d
|
@ -14,6 +14,39 @@ in
|
||||||
withNodeJs = true;
|
withNodeJs = true;
|
||||||
withPython3 = true;
|
withPython3 = true;
|
||||||
withRuby = 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
|
||||||
|
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue