feat(nvim): add typescript-error-translator plugin into the ts extra

human readable ts errors
This commit is contained in:
Sergio Laín 2024-02-27 09:42:00 +01:00
parent 9be754a27e
commit c2156cee5b
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -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,