fix alignment and add back nixd

This commit is contained in:
peturparkur 2024-07-26 09:39:08 +01:00
parent b6531e9c48
commit 3025004d61
1 changed files with 2 additions and 1 deletions

View File

@ -238,7 +238,7 @@ return {
-- plugins = { -- plugins = {
-- pycodestyle = { -- pycodestyle = {
-- ignore = {}, -- ignore = {},
-- maxLineLength = 120, -- maxLineLength = 120,
-- }, -- },
-- }, -- },
-- } -- }
@ -259,6 +259,7 @@ 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'] = { ['nil_ls'] = {
alias = 'nil', alias = 'nil',
}, },