1 return { 2 { 3 'neovim/nvim-lspconfig', 4 opts = { 5 servers = { 6 html = { 7 filetypes = { 'htmldjango', 'gohtmltmpl', 'gotmpl' }, 8 }, 9 htmx = { 10 filetypes = { 'htmldjango', 'gohtmltmpl', 'gotmpl' }, 11 }, 12 }, 13 }, 14 }, 15 }