feat(nvim): improve trouble quickfix handling

This commit is contained in:
Price Hiller 2024-06-12 07:39:39 -05:00
parent c0e494bdf2
commit 1f1ee63b7b
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -68,7 +68,14 @@ return {
opts = {
focus = true,
auto_close = true,
auto_jump = true,
modes = {
quickfix = {
auto_open = true,
},
},
win = {
position = "right",
type = "split",
},
keys = {