Skip to content

Commit

Permalink
fix(ts-error-translator-nvim): add ts_ls to list of filetypes
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Sep 23, 2024
1 parent 785b833 commit 2367b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/astrocommunity/lsp/ts-error-translator-nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ return {
and vim.tbl_contains({
"astro",
"svelte",
"tsserver",
"ts_ls",
"typescript-tools",
"volar",
"vtsls",
Expand Down

0 comments on commit 2367b0e

Please sign in to comment.