Add eslint and html LSP's
This commit is contained in:
parent
ca59b47f48
commit
743e5df1b4
1 changed files with 6 additions and 0 deletions
|
|
@ -63,6 +63,12 @@ local servers = {
|
|||
},
|
||||
},
|
||||
},
|
||||
eslint = {
|
||||
filetypes = { "html", "js", "ts" },
|
||||
},
|
||||
html = {
|
||||
filetypes = { "html", "js", "ts" },
|
||||
},
|
||||
clangd = {
|
||||
filetypes = { "c", "cpp" },
|
||||
cmd = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue