feat: Add event and config options to folke/trouble.nvim plugin
This commit is contained in:
parent
3423588260
commit
5b274c18c9
|
@ -4,5 +4,7 @@
|
||||||
-- See the kickstart.nvim README for more information
|
-- See the kickstart.nvim README for more information
|
||||||
return {
|
return {
|
||||||
-- Add trouble.nvim plugin
|
-- 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…
Reference in New Issue