neovim(nix): Switch language server from nil to nixd

nixd seems to be much better than the last time I tried it.
This commit is contained in:
Donovan Glover 2024-08-02 21:10:35 -04:00
parent ca52770815
commit a9d6dee463
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -54,7 +54,7 @@ in
vscode-langservers-extracted
rust-analyzer
texlab
nil
nixd
universal-ctags
];
@ -251,7 +251,7 @@ in
local lspconfig = require('lspconfig')
local servers = {
'nil_ls',
'nixd',
'rust_analyzer',
'markdown_oxide',
'lua_ls',