✨ feat(nvim): use trouble as qflist for the TSC plugin
This commit is contained in:
parent
09c5c6ff69
commit
8176d86d78
1 changed files with 6 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue