install html language server for basic functionality

This commit is contained in:
Baipyrus 2024-11-20 10:06:33 +01:00
parent 89c445c901
commit cafa3b1b80

View File

@ -185,6 +185,12 @@ return {
svelte = {}, svelte = {},
ts_ls = {}, ts_ls = {},
gopls = {}, gopls = {},
html = {
filetypes = {
'html',
'ejs',
},
},
-- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs -- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs
-- --
-- Some languages (like typescript) have entire language plugins that can be useful: -- Some languages (like typescript) have entire language plugins that can be useful: