feat(nvim): removed coc

This commit is contained in:
u2515h 2023-12-27 17:43:28 +01:00
parent 79b18609df
commit 09559b017a
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,4 @@
<<<<<<< HEAD
-- Set completeopt to have a better completion experience -- Set completeopt to have a better completion experience
-- :help completeopt -- :help completeopt
-- menuone: popup even when there's only one match -- menuone: popup even when there's only one match

View File

@ -60,6 +60,9 @@ in
cmp-cmdline cmp-cmdline
rustaceanvim rustaceanvim
(if config.programs.neovim.package.version == "0.10.0" then throw "lsp-inlayhints-nvim may be removed" else lsp-inlayhints-nvim) # https://github.com/mrcjkb/rustaceanvim/discussions/46#discussioncomment-7620822 (if config.programs.neovim.package.version == "0.10.0" then throw "lsp-inlayhints-nvim may be removed" else lsp-inlayhints-nvim) # https://github.com/mrcjkb/rustaceanvim/discussions/46#discussioncomment-7620822
cmp-conventionalcommits
cmp-calc
rust-tools-nvim
plenary-nvim plenary-nvim
crates-nvim crates-nvim
nvim-lspconfig nvim-lspconfig