mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-24 14:48:37 +01:00
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:
parent
ca52770815
commit
a9d6dee463
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user