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

@ -31,5 +31,6 @@
"plenary.nvim": { "branch": "master", "commit": "55d9fe89e33efd26f532ef20223e5f9430c8b0c0" }, "plenary.nvim": { "branch": "master", "commit": "55d9fe89e33efd26f532ef20223e5f9430c8b0c0" },
"rustaceanvim": { "branch": "master", "commit": "819ae2d889cca667e7410341c48955043be100a0" }, "rustaceanvim": { "branch": "master", "commit": "819ae2d889cca667e7410341c48955043be100a0" },
"telescope.nvim": { "branch": "master", "commit": "d90956833d7c27e73c621a61f20b29fdb7122709" }, "telescope.nvim": { "branch": "master", "commit": "d90956833d7c27e73c621a61f20b29fdb7122709" },
"trouble.nvim": { "branch": "main", "commit": "f1168feada93c0154ede4d1fe9183bf69bac54ea" },
"vimwiki": { "branch": "dev", "commit": "0bb1b4945bb205a076a35b66174e5d66be8eaafe" } "vimwiki": { "branch": "dev", "commit": "0bb1b4945bb205a076a35b66174e5d66be8eaafe" }
} }

View File

@ -249,4 +249,13 @@ return {
'windwp/nvim-autopairs', 'windwp/nvim-autopairs',
config = true 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
},
},
} }