mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-24 17:58:51 +02:00
feat(extras): added extra for the trouble.nvim
v3 beta
This commit is contained in:
parent
dd54a29cc5
commit
bb6aa98cbf
4 changed files with 76 additions and 6 deletions
|
@ -40,12 +40,6 @@ return {
|
|||
end,
|
||||
},
|
||||
"Trouble",
|
||||
{
|
||||
ft = "trouble",
|
||||
filter = function(buf, win)
|
||||
return vim.api.nvim_win_get_config(win).relative == ""
|
||||
end,
|
||||
},
|
||||
{ ft = "qf", title = "QuickFix" },
|
||||
{
|
||||
ft = "help",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue