2024-11-20 10:17:44 +00:00
|
|
|
return {
|
|
|
|
'utilyre/barbecue.nvim',
|
|
|
|
name = 'barbecue',
|
|
|
|
version = '*',
|
|
|
|
dependencies = {
|
|
|
|
'SmiteshP/nvim-navic',
|
|
|
|
'nvim-tree/nvim-web-devicons',
|
|
|
|
},
|
2024-11-20 10:19:34 +00:00
|
|
|
opts = {
|
|
|
|
modifiers = {
|
|
|
|
basename = ':e',
|
|
|
|
},
|
|
|
|
},
|
2024-11-20 10:17:44 +00:00
|
|
|
}
|