setup-complete-2024-08-19
This commit is contained in:
parent
1860184830
commit
84ea367081
6 changed files with 223 additions and 103 deletions
12
lua/custom/plugins/barbecue.lua
Normal file
12
lua/custom/plugins/barbecue.lua
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
return {
|
||||
'utilyre/barbecue.nvim',
|
||||
name = 'barbecue',
|
||||
version = '*',
|
||||
dependencies = {
|
||||
'SmiteshP/nvim-navic',
|
||||
'nvim-tree/nvim-web-devicons', -- optional dependency
|
||||
},
|
||||
opts = {
|
||||
-- configurations go here
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue