✨ 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",
|
"dmmulroy/tsc.nvim",
|
||||||
opts = {
|
opts = {
|
||||||
|
auto_start_watch_mode = false,
|
||||||
flags = {
|
flags = {
|
||||||
watch = true,
|
watch = false,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
keys = {
|
keys = {
|
||||||
|
@ -136,6 +137,11 @@ return {
|
||||||
"typescriptreact",
|
"typescriptreact",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"dmmulroy/ts-error-translator.nvim",
|
||||||
|
ft = { "typescript", "typescriptreact" },
|
||||||
|
opts = {},
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"nvim-neotest/neotest",
|
"nvim-neotest/neotest",
|
||||||
optional = true,
|
optional = true,
|
||||||
|
|
Loading…
Add table
Reference in a new issue