Update plugins and add new lazy extras
This commit is contained in:
@@ -9,7 +9,12 @@ return {
|
||||
cmd = {
|
||||
"Octo",
|
||||
},
|
||||
config = function()
|
||||
require("octo").setup()
|
||||
end,
|
||||
opt = {
|
||||
mappings = {
|
||||
pull_request = {
|
||||
next_comment = { lhs = "<space>]c", desc = "go to next comment" },
|
||||
prev_comment = { lhs = "<space>[c", desc = "go to previous comment" },
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user