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