feat(extras): added trouble-v3 and mini-hipatterns to recommended

This commit is contained in:
Folke Lemaitre 2024-05-18 14:47:31 +02:00
parent c29213416b
commit d514e2fa93
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
3 changed files with 10 additions and 5 deletions

View file

@ -22,6 +22,8 @@ if vim.tbl_contains(Config.json.data.extras, "lazyvim.plugins.extras.editor.trou
end
return {
desc = "Trouble rewrite including document symbols and a lualine component",
recommended = true,
{
"folke/trouble.nvim",
branch = "dev",