feat(nvim): add nixd lsp

This commit is contained in:
Price Hiller 2023-10-30 09:46:32 -05:00
parent 127f1dd9c8
commit 664c215810
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -472,6 +472,7 @@ return {
-- NOTE: GENERIC LSP SERVERS
for _, server in ipairs({
"nixd",
"clangd",
"cmake",
"bashls",