Enable tsserver and html lsp servers
This commit is contained in:
parent
5e9e40c978
commit
a0b10d63f9
1 changed files with 2 additions and 0 deletions
2
init.lua
2
init.lua
|
@ -431,6 +431,8 @@ local servers = {
|
|||
-- gopls = {},
|
||||
-- pyright = {},
|
||||
-- rust_analyzer = {},
|
||||
tsserver = {},
|
||||
html = { filetypes = { 'html', 'twig', 'hbs'} },
|
||||
|
||||
lua_ls = {
|
||||
Lua = {
|
||||
|
|
Loading…
Add table
Reference in a new issue