Skip to content

Commit

Permalink
fix up for ts_ls
Browse files Browse the repository at this point in the history
  • Loading branch information
dundalek committed Sep 6, 2024
1 parent e7e2a9b commit d61202d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion lua/lazy-lsp/servers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,10 @@ return {
thriftls = "",
tilt_ls = "tilt",
tinymist = "tinymist",
ts_ls = "",
ts_ls = {
"nodePackages.typescript-language-server",
"nodePackages.typescript"
},
tsp_server = "",
ttags = "",
turtle_ls = "",
Expand Down
6 changes: 3 additions & 3 deletions scripts/genstats.lua
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ end
local curated_opts = [[{
excluded_servers = {
"ccls", -- prefer clangd
"denols", -- prefer eslint and tsserver
"denols", -- prefer eslint and ts_ls
"docker_compose_language_service", -- yamlls should be enough?
"flow", -- prefer eslint and tsserver
"flow", -- prefer eslint and ts_ls
"ltex", -- grammar tool using too much CPU
"quick_lint_js", -- prefer eslint and tsserver
"quick_lint_js", -- prefer eslint and ts_ls
"scry", -- archived on Jun 1, 2023
"tailwindcss", -- associates with too many filetypes
},
Expand Down

0 comments on commit d61202d

Please sign in to comment.