neovim: add some more coc extensions
This commit is contained in:
parent
e99bc9742a
commit
363b02a889
1 changed files with 3 additions and 0 deletions
|
|
@ -7,11 +7,14 @@
|
||||||
package = pkgs.neovim-nightly;
|
package = pkgs.neovim-nightly;
|
||||||
|
|
||||||
plugins = with pkgs.vimPlugins; [
|
plugins = with pkgs.vimPlugins; [
|
||||||
|
coc-css
|
||||||
|
coc-html
|
||||||
coc-nvim
|
coc-nvim
|
||||||
coc-eslint
|
coc-eslint
|
||||||
coc-json
|
coc-json
|
||||||
coc-rust-analyzer
|
coc-rust-analyzer
|
||||||
coc-tsserver
|
coc-tsserver
|
||||||
|
coc-yaml
|
||||||
|
|
||||||
ctrlp-vim
|
ctrlp-vim
|
||||||
lualine-nvim
|
lualine-nvim
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue