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