added trouble.nvim

This commit is contained in:
Fabian Schmidt
2024-01-18 12:43:07 +01:00
parent 8c82f7cab4
commit 9f6b6776c2
2 changed files with 10 additions and 0 deletions

View File

@@ -249,4 +249,13 @@ return {
'windwp/nvim-autopairs',
config = true
},
{
"folke/trouble.nvim",
dependencies = { "nvim-tree/nvim-web-devicons" },
opts = {
-- your configuration comes here
-- or leave it empty to use the default settings
-- refer to the configuration section below
},
},
}