add flash, noice. update to remove coq

This commit is contained in:
Alex Muszynski
2025-04-13 19:10:27 -04:00
parent b14b659204
commit 8fa24ea055
5 changed files with 140 additions and 189 deletions
+1 -1
View File
@@ -143,7 +143,7 @@ return { -- LSP Configuration & Plugins
-- When you add nvim-cmp, luasnip, etc. Neovim now has *more* capabilities.
-- So, we create new capabilities with nvim cmp, and then broadcast that to the servers.
local capabilities = vim.lsp.protocol.make_client_capabilities()
capabilities = vim.tbl_deep_extend('force', capabilities, require('coq').lsp_ensure_capabilities())
capabilities = vim.tbl_deep_extend('force', capabilities, require('cmp_nvim_lsp').default_capabilities())
-- Enable the following language servers
-- Feel free to add/remove any LSPs that you want here. They will automatically be installed.