Add plugins and customizations
This commit is contained in:
parent
5aeddfdd5d
commit
9d1bfea5a4
7 changed files with 82 additions and 4 deletions
11
lua/custom/plugins/trouble.lua
Normal file
11
lua/custom/plugins/trouble.lua
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
return {
|
||||
{
|
||||
'folke/trouble.nvim',
|
||||
dependencies = { 'nvim-tree/nvim-web-devicons' },
|
||||
opts = {
|
||||
-- your configuration comes here
|
||||
-- or leave it empty to use the default settings
|
||||
lazy = true,
|
||||
},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue