setup-complete-2024-08-19

This commit is contained in:
dover_shen 2024-08-19 22:33:37 +08:00
parent 1860184830
commit 84ea367081
6 changed files with 223 additions and 103 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
},
}