feat(nvim): use trouble in glance for the quickfix action

This commit is contained in:
Sergio Laín 2024-03-31 13:46:49 +02:00
parent a79195b40f
commit 84579395ba
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -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)