style: Sort LSPs
This commit is contained in:
parent
ecf7796f1b
commit
d4c3b197fa
1 changed files with 3 additions and 3 deletions
|
@ -3,6 +3,9 @@ return {
|
|||
'neovim/nvim-lspconfig',
|
||||
opts = {
|
||||
servers = {
|
||||
html = {
|
||||
filetypes = { 'html', 'liquid' },
|
||||
},
|
||||
nil_ls = {
|
||||
settings = {
|
||||
['nil'] = {
|
||||
|
@ -13,9 +16,6 @@ return {
|
|||
},
|
||||
},
|
||||
},
|
||||
html = {
|
||||
filetypes = { 'html', 'liquid' },
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue