Files
LazyVim/lua/lazyvim/plugins/extras/lsp/neoconf.lua
2024-06-02 09:05:16 +02:00

13 lines
168 B
Lua

return {
{
"neovim/nvim-lspconfig",
dependencies = {
{
"folke/neoconf.nvim",
cmd = "Neoconf",
opts = {},
},
},
},
}