Add neogit

This commit is contained in:
Alexander Navarro 2023-04-08 16:54:56 -04:00
parent d0245d52cf
commit a199ca09f3
2 changed files with 48 additions and 2 deletions

View file

@ -12,12 +12,12 @@ return {
["n"] = { "nzzzv", desc = "Keep cursor centered while searching" },
["N"] = { "Nzzzv", desc = "Keep cursor centered while searching" },
["q"] = "<nop>",
["Q"] = "<nop>",
-- Buffers
["H"] = {
function()
require("astronvim.utils.buffer").nav( -(vim.v.count > 0 and vim.v.count or 1))
require("astronvim.utils.buffer").nav(-(vim.v.count > 0 and vim.v.count or 1))
end,
desc = "Previous buffer",
},