mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-14 05:37:32 +02: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
|
vscode-langservers-extracted
|
||||||
rust-analyzer
|
rust-analyzer
|
||||||
texlab
|
texlab
|
||||||
nil
|
nixd
|
||||||
universal-ctags
|
universal-ctags
|
||||||
];
|
];
|
||||||
|
|
||||||
@ -251,7 +251,7 @@ in
|
|||||||
local lspconfig = require('lspconfig')
|
local lspconfig = require('lspconfig')
|
||||||
|
|
||||||
local servers = {
|
local servers = {
|
||||||
'nil_ls',
|
'nixd',
|
||||||
'rust_analyzer',
|
'rust_analyzer',
|
||||||
'markdown_oxide',
|
'markdown_oxide',
|
||||||
'lua_ls',
|
'lua_ls',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user