feat: bbq, fugitive

This commit is contained in:
vx-clutch
2024-06-26 22:40:09 -04:00
parent 759c50afe9
commit 0500dcb7a0
4 changed files with 29 additions and 12 deletions

View File

@@ -55,4 +55,16 @@ return {
{
'tpope/vim-surround',
},
{
'utilyre/barbecue.nvim',
name = 'barbecue',
version = '*',
dependencies = {
'SmiteshP/nvim-navic',
'nvim-tree/nvim-web-devicons', -- optional dependency
},
opts = {
-- configurations go here
},
},
}