Add octo.nvim
This commit is contained in:
parent
21f65c1ed2
commit
86f37208ba
1 changed files with 5 additions and 0 deletions
5
init.lua
5
init.lua
|
|
@ -1013,6 +1013,11 @@ require('lazy').setup({
|
|||
vim.notify = require'notify'
|
||||
require'telescope'.load_extension('notify')
|
||||
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 = {
|
||||
task_list = {
|
||||
bindings = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue