mirror of https://github.com/LazyVim/starter
15 lines
263 B
Lua
15 lines
263 B
Lua
|
return {
|
||
|
{
|
||
|
"pwntester/octo.nvim",
|
||
|
cmd = "Octo",
|
||
|
dependencies = {
|
||
|
"nvim-lua/plenary.nvim",
|
||
|
"nvim-telescope/telescope.nvim",
|
||
|
"nvim-tree/nvim-web-devicons",
|
||
|
},
|
||
|
config = function()
|
||
|
require("octo").setup()
|
||
|
end,
|
||
|
},
|
||
|
}
|