replace coc with lspconfig

This commit is contained in:
Robert Altner 2025-03-17 12:12:44 +01:00
parent fd48e88cc3
commit 389c1ee2e2
No known key found for this signature in database
GPG key ID: 58794C52DAF9EAD8
4 changed files with 93 additions and 22 deletions

View file

@ -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",