Skip to content

Commit

Permalink
change tsserver => ts_ls
Browse files Browse the repository at this point in the history
breaking changes from mason + lspconfig
  • Loading branch information
bryant-the-coder committed Sep 10, 2024
1 parent 7d4f06b commit 9e74ab8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lua/modules/lsp/installer.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
local servers = {
"clangd",
"jsonls",
"tsserver",
"ts_ls",
"ltex",
"texlab",
"lua_ls",
Expand Down
2 changes: 1 addition & 1 deletion lua/modules/lsp/settings/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ local capabilities = require("modules.lsp.settings.capabilities")

-- Loading the LSP servers in a list
local servers = {
tsserver = {},
ts_ls = {},
vimls = {},
bashls = {},
jsonls = {},
Expand Down

0 comments on commit 9e74ab8

Please sign in to comment.