mirror of
https://github.com/Baipyrus/nvim-config.git
synced 2024-12-26 13:21:45 +00:00
11 lines
175 B
Lua
11 lines
175 B
Lua
return {
|
|
'utilyre/barbecue.nvim',
|
|
name = 'barbecue',
|
|
version = '*',
|
|
dependencies = {
|
|
'SmiteshP/nvim-navic',
|
|
'nvim-tree/nvim-web-devicons',
|
|
},
|
|
opts = {},
|
|
}
|