✨ feat(nvim): add kulala lsp to the rest extra
This commit is contained in:
parent
949f85f2fe
commit
927dcd999e
1 changed files with 8 additions and 0 deletions
|
@ -13,4 +13,12 @@ return {
|
|||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
"neovim/nvim-lspconfig",
|
||||
opts = {
|
||||
servers = {
|
||||
kulala_ls = {},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue