Add octo.nvim

This commit is contained in:
Amanda Graven 2026-03-09 10:54:39 +01:00
parent 21f65c1ed2
commit 86f37208ba

View file

@ -1013,6 +1013,11 @@ require('lazy').setup({
vim.notify = require'notify' vim.notify = require'notify'
require'telescope'.load_extension('notify') require'telescope'.load_extension('notify')
end}, end},
{'pwntester/octo.nvim', dependencies = {'nvim-lua/plenary.nvim', 'nvim-tree/nvim-web-devicons'}, opts = {
picker = 'telescope',
-- Allow using :Octo without arguments
enable_builtin = true,
}}
{'stevearc/overseer.nvim', dependencies = {'folke/which-key.nvim'}, opts = { {'stevearc/overseer.nvim', dependencies = {'folke/which-key.nvim'}, opts = {
task_list = { task_list = {
bindings = { bindings = {