style: Sort LSPs

This commit is contained in:
punkfairie 2025-03-15 13:34:52 -07:00
parent ecf7796f1b
commit d4c3b197fa
Signed by: punkfairie
GPG key ID: B3C5488E9A1A7CA6

View file

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