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 = {},
|
-- gopls = {},
|
||||||
-- pyright = {},
|
-- pyright = {},
|
||||||
-- rust_analyzer = {},
|
-- rust_analyzer = {},
|
||||||
|
tsserver = {},
|
||||||
|
html = { filetypes = { 'html', 'twig', 'hbs'} },
|
||||||
|
|
||||||
lua_ls = {
|
lua_ls = {
|
||||||
Lua = {
|
Lua = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue