16 lines
275 B
Lua
16 lines
275 B
Lua
|
return {
|
||
|
"pwntester/octo.nvim",
|
||
|
dependencies = {
|
||
|
"nvim-lua/plenary.nvim",
|
||
|
"nvim-telescope/telescope.nvim",
|
||
|
-- OR 'ibhagwan/fzf-lua',
|
||
|
"nvim-tree/nvim-web-devicons",
|
||
|
},
|
||
|
cmd = {
|
||
|
"Octo",
|
||
|
},
|
||
|
config = function()
|
||
|
require("octo").setup()
|
||
|
end,
|
||
|
}
|