Enable tsserver and html lsp servers

This commit is contained in:
Justin Bird 2023-10-23 21:45:14 -07:00
parent 5e9e40c978
commit a0b10d63f9
1 changed files with 2 additions and 0 deletions

View File

@ -431,6 +431,8 @@ local servers = {
-- gopls = {},
-- pyright = {},
-- rust_analyzer = {},
tsserver = {},
html = { filetypes = { 'html', 'twig', 'hbs'} },
lua_ls = {
Lua = {