✨ feat(nvim): use trouble in glance for the quickfix action
This commit is contained in:
parent
a79195b40f
commit
84579395ba
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ return {
|
||||||
border = {
|
border = {
|
||||||
enable = true,
|
enable = true,
|
||||||
},
|
},
|
||||||
|
use_trouble_qf = true,
|
||||||
hooks = {
|
hooks = {
|
||||||
before_open = function(results, open, jump, method)
|
before_open = function(results, open, jump, method)
|
||||||
local uri = vim.uri_from_bufnr(0)
|
local uri = vim.uri_from_bufnr(0)
|
||||||
|
|
Loading…
Add table
Reference in a new issue