Add eslint and html LSP's

This commit is contained in:
t0xa 2026-03-26 22:26:44 +03:00
parent ca59b47f48
commit 743e5df1b4

View file

@ -63,6 +63,12 @@ local servers = {
}, },
}, },
}, },
eslint = {
filetypes = { "html", "js", "ts" },
},
html = {
filetypes = { "html", "js", "ts" },
},
clangd = { clangd = {
filetypes = { "c", "cpp" }, filetypes = { "c", "cpp" },
cmd = { cmd = {