init.lua/lua/plugins/lsp.lua

9 lines
112 B
Lua

return {
{
"neovim/nvim-lspconfig",
config = function()
vim.lsp.enable("nixd")
end,
},
}