feat(nvim): add kulala lsp to the rest extra

This commit is contained in:
Sergio Laín 2024-10-07 12:51:38 +02:00
parent 949f85f2fe
commit 927dcd999e
No known key found for this signature in database
GPG key ID: 8429B2EE312F8150

View file

@ -13,4 +13,12 @@ return {
}, },
}, },
}, },
{
"neovim/nvim-lspconfig",
opts = {
servers = {
kulala_ls = {},
},
},
},
} }