feat(extras): added extra for the trouble.nvim v3 beta

This commit is contained in:
Folke Lemaitre 2024-03-28 22:11:51 +01:00
parent dd54a29cc5
commit bb6aa98cbf
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
4 changed files with 76 additions and 6 deletions

View file

@ -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",