Add old plugins back

Disable lsp - not working yet
This commit is contained in:
Marcelo Jacobus 2025-06-29 21:13:51 -03:00
parent 0d6a442760
commit 39a44d27a3
4 changed files with 1 additions and 0 deletions

View file

@ -1,4 +1,5 @@
return { return {
enabled = false,
"neovim/nvim-lspconfig", "neovim/nvim-lspconfig",
opts = function(_, opts) opts = function(_, opts)
opts.servers = opts.servers or {} opts.servers = opts.servers or {}