mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-24 05:21:04 +00:00
Add old plugins back
Disable lsp - not working yet
This commit is contained in:
parent
0d6a442760
commit
39a44d27a3
4 changed files with 1 additions and 0 deletions
|
|
@ -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 {}
|
||||||
Loading…
Add table
Reference in a new issue