Compare commits

...

1 commit

Author SHA1 Message Date
743e5df1b4 Add eslint and html LSP's 2026-03-26 22:26:44 +03:00

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 = {