Add plugins and customizations

This commit is contained in:
gmcmillan82 2024-05-13 19:26:19 +02:00
parent 5aeddfdd5d
commit 9d1bfea5a4
7 changed files with 82 additions and 4 deletions

View 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,
},
},
}