Skip to content

Commit

Permalink
Add nvim barbecue plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
nvonbulow committed Dec 30, 2023
1 parent 86cc470 commit b12ffd0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions home/dot_config/nvim/exact_lua/config/plugins/barbecue.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---@type LazySpec
return {
{
'utilyre/barbecue.nvim',
name = 'barbecue',
event = 'VeryLazy',
version = '*',
dependencies = {
'SmiteshP/nvim-navic',
'nvim-tree/nvim-web-devicons', -- optional dependency
},
opts = {
-- configurations go here
},
},
}

0 comments on commit b12ffd0

Please sign in to comment.