things things things

This commit is contained in:
aliaksandrkotau 2023-12-15 13:36:01 +01:00
parent f0be3cb7ca
commit 854755451f
7 changed files with 55 additions and 15 deletions

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