feat: Add event and config options to folke/trouble.nvim plugin

pull/1386/head
Hypera User (aider) 6 months ago
parent 3423588260
commit 5b274c18c9
No known key found for this signature in database
GPG Key ID: EB8B440F57360B3D

@ -4,5 +4,7 @@
-- See the kickstart.nvim README for more information
return {
-- Add trouble.nvim plugin
{ 'folke/trouble.nvim', dependencies = { 'nvim-tree/nvim-web-devicons' }, opts = {} },
{ 'folke/trouble.nvim', event = 'VimEnter', dependencies = { 'nvim-tree/nvim-web-devicons' }, config = function()
require('trouble').setup {}
end },
}

Loading…
Cancel
Save