replace nixd with nil
This commit is contained in:
parent
340e1ad0ec
commit
ec42464b08
|
@ -253,7 +253,9 @@ return {
|
||||||
-- But for many setups, the LSP (`tsserver`) will work just fine
|
-- But for many setups, the LSP (`tsserver`) will work just fine
|
||||||
-- tsserver = {},
|
-- tsserver = {},
|
||||||
--
|
--
|
||||||
nixd = {},
|
['nil_ls'] = {
|
||||||
|
alias = 'nil',
|
||||||
|
},
|
||||||
bashls = {
|
bashls = {
|
||||||
alias = 'bash-language-server',
|
alias = 'bash-language-server',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue