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',
|
'neovim/nvim-lspconfig',
|
||||||
opts = {
|
opts = {
|
||||||
servers = {
|
servers = {
|
||||||
|
html = {
|
||||||
|
filetypes = { 'html', 'liquid' },
|
||||||
|
},
|
||||||
nil_ls = {
|
nil_ls = {
|
||||||
settings = {
|
settings = {
|
||||||
['nil'] = {
|
['nil'] = {
|
||||||
|
@ -13,9 +16,6 @@ return {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
html = {
|
|
||||||
filetypes = { 'html', 'liquid' },
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue