From 34e20580628224c79b0825d2acb2bf13b1712f5a Mon Sep 17 00:00:00 2001 From: aleidk Date: Sun, 14 Apr 2024 11:22:33 -0400 Subject: [PATCH] minor updates re-add disabled plugins fix minor config in git plugins --- chezmoi/dot_config/nvim/lua/aleidk/plugins/bookmarks.lua | 1 - chezmoi/dot_config/nvim/lua/aleidk/plugins/git.lua | 8 ++++---- chezmoi/dot_config/nvim/original_lazy-lock.json | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/chezmoi/dot_config/nvim/lua/aleidk/plugins/bookmarks.lua b/chezmoi/dot_config/nvim/lua/aleidk/plugins/bookmarks.lua index c891b2c..02cefcc 100644 --- a/chezmoi/dot_config/nvim/lua/aleidk/plugins/bookmarks.lua +++ b/chezmoi/dot_config/nvim/lua/aleidk/plugins/bookmarks.lua @@ -3,7 +3,6 @@ return { dependencies = { { "nvim-tree/nvim-web-devicons", lazy = true }, }, - enabled = false, event = { "BufReadPost", "BufNewFile" }, cmd = "Grapple", keys = { diff --git a/chezmoi/dot_config/nvim/lua/aleidk/plugins/git.lua b/chezmoi/dot_config/nvim/lua/aleidk/plugins/git.lua index 548d54d..17ebb44 100644 --- a/chezmoi/dot_config/nvim/lua/aleidk/plugins/git.lua +++ b/chezmoi/dot_config/nvim/lua/aleidk/plugins/git.lua @@ -26,7 +26,7 @@ return { map({ "n", "v" }, "r", ":Gitsigns reset_hunk", "Reset Hunk") map("n", "u", gs.undo_stage_hunk, "Undo Stage Hunk") map("n", "R", gs.reset_buffer, "Reset Buffer") - map("n", "p", gs.preview_hunk, "Preview Hunk") + map("n", "", gs.preview_hunk, "Preview Hunk") map("n", "l", function() gs.blame_line({full = true}) end, "Blame Line") map("n", "d", gs.diffthis, "Diff This") end, @@ -77,21 +77,21 @@ return { function() require("neogit").open({ "commit" }) end, - desc = "commit", + desc = "Commit", }, { "gp", function() require("neogit").open({ "pull" }) end, - desc = "Neogit", + desc = "Pull", }, { "gP", function() require("neogit").open({ "push" }) end, - desc = "Neogit", + desc = "Push", }, }, }, diff --git a/chezmoi/dot_config/nvim/original_lazy-lock.json b/chezmoi/dot_config/nvim/original_lazy-lock.json index 976323e..1f0ce0b 100644 --- a/chezmoi/dot_config/nvim/original_lazy-lock.json +++ b/chezmoi/dot_config/nvim/original_lazy-lock.json @@ -21,6 +21,7 @@ "flash.nvim": { "branch": "main", "commit": "48817af25f51c0590653bbc290866e4890fe1cbe" }, "friendly-snippets": { "branch": "main", "commit": "43727c2ff84240e55d4069ec3e6158d74cb534b6" }, "gitsigns.nvim": { "branch": "main", "commit": "5a9a6ac29a7805c4783cda21b80a1e361964b3f2" }, + "grapple.nvim": { "branch": "main", "commit": "8648afb68bbee59b06c6a66436d6a6083daa569b" }, "indent-blankline.nvim": { "branch": "master", "commit": "046e2cf04e08ece927bacbfb87c5b35c0b636546" }, "lazy.nvim": { "branch": "main", "commit": "16603c6917435d8446f7357cb61095138a417085" }, "lazygit.nvim": { "branch": "main", "commit": "de35012036d43bca03628d40d083f7c02a4cda3f" }, @@ -65,7 +66,6 @@ "vim-dadbod": { "branch": "master", "commit": "fecf5a3ecfb1869f34252c7c27351de99f01ab0e" }, "vim-dadbod-completion": { "branch": "master", "commit": "bcdf3ff768cc7e544a0f78b0383d8719c2116569" }, "vim-dadbod-ui": { "branch": "master", "commit": "95fd22469507e86b78aa55d868c14108adee2881" }, - "vim-fugitive": { "branch": "master", "commit": "cbe9dfa162c178946afa689dd3f42d4ea8bf89c1" }, "vim-illuminate": { "branch": "master", "commit": "3bd2ab64b5d63b29e05691e624927e5ebbf0fb86" }, "vim-sleuth": { "branch": "master", "commit": "1cc4557420f215d02c4d2645a748a816c220e99b" }, "zen-mode.nvim": { "branch": "main", "commit": "78557d972b4bfbb7488e17b5703d25164ae64e6a" }