things things things
This commit is contained in:
parent
f0be3cb7ca
commit
854755451f
7 changed files with 55 additions and 15 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