Skip to content

Commit 2367b0e

Browse files
committed
fix(ts-error-translator-nvim): add ts_ls to list of filetypes
1 parent 785b833 commit 2367b0e

File tree

1 file changed

+1
-1
lines changed
  • lua/astrocommunity/lsp/ts-error-translator-nvim

1 file changed

+1
-1
lines changed

lua/astrocommunity/lsp/ts-error-translator-nvim/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ return {
1616
and vim.tbl_contains({
1717
"astro",
1818
"svelte",
19-
"tsserver",
19+
"ts_ls",
2020
"typescript-tools",
2121
"volar",
2222
"vtsls",

0 commit comments

Comments
 (0)