replace coc with lspconfig
This commit is contained in:
parent
fd48e88cc3
commit
389c1ee2e2
4 changed files with 93 additions and 22 deletions
|
@ -27,9 +27,24 @@ return {
|
|||
"nvim-tree/nvim-tree.lua",
|
||||
dependencies = {"nvim-tree/nvim-web-devicons"}
|
||||
},
|
||||
-- {
|
||||
-- "neoclide/coc.nvim",
|
||||
-- branch = "release"
|
||||
-- },
|
||||
{
|
||||
"neoclide/coc.nvim",
|
||||
branch = "release"
|
||||
"neovim/nvim-lspconfig"
|
||||
},
|
||||
{
|
||||
"williamboman/mason.nvim"
|
||||
},
|
||||
{
|
||||
"williamboman/mason-lspconfig.nvim"
|
||||
},
|
||||
{
|
||||
"rmagatti/goto-preview",
|
||||
dependencies = { "rmagatti/logger.nvim" },
|
||||
event = "BufEnter",
|
||||
config = true, -- necessary as per https://github.com/rmagatti/goto-preview/issues/88
|
||||
},
|
||||
{
|
||||
"nvim-telescope/telescope.nvim",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue