replace nixd with nil

This commit is contained in:
nagymathev 2024-07-10 11:05:43 +01:00
parent 340e1ad0ec
commit ec42464b08
1 changed files with 3 additions and 1 deletions

View File

@ -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',
},