12 lines
262 B
Lua
12 lines
262 B
Lua
|
return {
|
||
|
"utilyre/barbecue.nvim",
|
||
|
name = "barbecue",
|
||
|
version = "*",
|
||
|
dependencies = {
|
||
|
"SmiteshP/nvim-navic",
|
||
|
"nvim-tree/nvim-web-devicons",
|
||
|
},
|
||
|
event = { "BufReadPre", "BufNewFile" },
|
||
|
opts = require "config.barbecue",
|
||
|
}
|