Add octo.nvim and hybrid colorscheme
This commit is contained in:
@@ -104,6 +104,11 @@ return {
|
||||
vim.g.kanagawabones = opts
|
||||
end,
|
||||
},
|
||||
{
|
||||
"HoNamDuong/hybrid.nvim",
|
||||
lazy = false,
|
||||
opts = {},
|
||||
},
|
||||
{
|
||||
-- My own colorscheme, aka. thallada/farout.nvim
|
||||
dir = "~/farout.nvim/",
|
||||
|
||||
15
lua/plugins/octo.lua
Normal file
15
lua/plugins/octo.lua
Normal file
@@ -0,0 +1,15 @@
|
||||
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,
|
||||
}
|
||||
Reference in New Issue
Block a user