✨ 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",
|
"dmmulroy/tsc.nvim",
|
||||||
opts = {
|
opts = {
|
||||||
auto_start_watch_mode = false,
|
auto_start_watch_mode = false,
|
||||||
|
use_trouble_qflist = true,
|
||||||
flags = {
|
flags = {
|
||||||
watch = false,
|
watch = false,
|
||||||
},
|
},
|
||||||
|
@ -150,6 +151,11 @@ return {
|
||||||
"typescript",
|
"typescript",
|
||||||
"typescriptreact",
|
"typescriptreact",
|
||||||
},
|
},
|
||||||
|
cmd = {
|
||||||
|
"TSC",
|
||||||
|
"TSCOpen",
|
||||||
|
"TSCClose",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"dmmulroy/ts-error-translator.nvim",
|
"dmmulroy/ts-error-translator.nvim",
|
||||||
|
|
Loading…
Add table
Reference in a new issue