✨ feat(nvim): add typescript-error-translator plugin into the ts extra
human readable ts errors
This commit is contained in:
parent
9be754a27e
commit
c2156cee5b
1 changed files with 7 additions and 1 deletions
|
@ -124,8 +124,9 @@ return {
|
|||
{
|
||||
"dmmulroy/tsc.nvim",
|
||||
opts = {
|
||||
auto_start_watch_mode = false,
|
||||
flags = {
|
||||
watch = true,
|
||||
watch = false,
|
||||
},
|
||||
},
|
||||
keys = {
|
||||
|
@ -136,6 +137,11 @@ return {
|
|||
"typescriptreact",
|
||||
},
|
||||
},
|
||||
{
|
||||
"dmmulroy/ts-error-translator.nvim",
|
||||
ft = { "typescript", "typescriptreact" },
|
||||
opts = {},
|
||||
},
|
||||
{
|
||||
"nvim-neotest/neotest",
|
||||
optional = true,
|
||||
|
|
Loading…
Add table
Reference in a new issue