LazyVim.LazyVim/lua/lazyvim/plugins/extras/lsp/neoconf.lua

13 lines
168 B
Lua
Raw Permalink Normal View History

2024-06-02 09:05:16 +02:00
return {
{
"neovim/nvim-lspconfig",
dependencies = {
{
"folke/neoconf.nvim",
cmd = "Neoconf",
opts = {},
},
},
},
}