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
|
||||
-- tsserver = {},
|
||||
--
|
||||
nixd = {},
|
||||
['nil_ls'] = {
|
||||
alias = 'nil',
|
||||
},
|
||||
bashls = {
|
||||
alias = 'bash-language-server',
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue