From 363b02a8899463b43c7d3cf06911e69143c458bb Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Sat, 4 Sep 2021 22:14:10 +0700 Subject: [PATCH] neovim: add some more coc extensions --- modules/user/neovim.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/user/neovim.nix b/modules/user/neovim.nix index 1c17625..e9afeb9 100644 --- a/modules/user/neovim.nix +++ b/modules/user/neovim.nix @@ -7,11 +7,14 @@ package = pkgs.neovim-nightly; plugins = with pkgs.vimPlugins; [ + coc-css + coc-html coc-nvim coc-eslint coc-json coc-rust-analyzer coc-tsserver + coc-yaml ctrlp-vim lualine-nvim