fix alignment and add back nixd
This commit is contained in:
parent
b6531e9c48
commit
3025004d61
|
@ -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',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue