feat(nvim): add nix lsp support

This commit is contained in:
Michael Thomas 2023-08-13 12:14:08 -04:00
parent 06c3950a97
commit 75be653ee2

View File

@ -0,0 +1,12 @@
return {
{
"neovim/nvim-lspconfig",
---@class PluginLspOpts
opts = {
---@type lspconfig.options
servers = {
nil_ls = {},
},
},
},
}