feat(nvim): add nix lsp server

This commit is contained in:
Price Hiller 2022-08-19 20:03:03 -05:00
parent ea6b94fc4d
commit a9120e7daa

View File

@ -266,6 +266,7 @@ for _, server in ipairs({
"tsserver",
"jsonls",
"pyright",
"rnix",
}) do
lspconfig[server].setup(opts)
end