Update plugins and add new lazy extras
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
return {
|
||||
"smjonas/inc-rename.nvim",
|
||||
cmd = "IncRename",
|
||||
config = true,
|
||||
keys = {
|
||||
{ "<leader>rn", ":IncRename ", desc = "Incremental Rename" },
|
||||
},
|
||||
}
|
||||
@@ -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