feat(nvim): use trouble as qflist for the TSC plugin

This commit is contained in:
Sergio Laín 2024-03-22 21:31:09 +01:00
parent 09c5c6ff69
commit 8176d86d78
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -139,6 +139,7 @@ return {
"dmmulroy/tsc.nvim",
opts = {
auto_start_watch_mode = false,
use_trouble_qflist = true,
flags = {
watch = false,
},
@ -150,6 +151,11 @@ return {
"typescript",
"typescriptreact",
},
cmd = {
"TSC",
"TSCOpen",
"TSCClose",
},
},
{
"dmmulroy/ts-error-translator.nvim",