From ed65d752c6c4a67a64100703809aa47501ba4a97 Mon Sep 17 00:00:00 2001 From: calcu1on Date: Sun, 30 Mar 2025 22:53:25 -0400 Subject: [PATCH] Some updates to fugitive, remove ds store, blank spaces. --- lua/plugins/.DS_Store | Bin 6148 -> 0 bytes lua/plugins/fugitive.lua | 8 +++++++- lua/plugins/harpoon.lua | 6 +++--- 3 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 lua/plugins/.DS_Store diff --git a/lua/plugins/.DS_Store b/lua/plugins/.DS_Store deleted file mode 100644 index 5008ddfcf53c02e82d7eee2e57c38e5672ef89f6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeH~Jr2S!425mzP>H1@V-^m;4Wg<&0T*E43hX&L&p$$qDprKhvt+--jT7}7np#A3 zem<@ulZcFPQ@L2!n>{z**++&mCkOWA81W14cNZlEfg7;MkzE(HCqgga^y>{tEnwC%0;vJ&^%eQ zLs35+`xjp>T0gs", "Git") + vim.keymap.set("n", "gvd", "Gvdiff") + vim.keymap.set("n", "gc", "Git commit") + vim.keymap.set("n", "gp", "Git push") + end } diff --git a/lua/plugins/harpoon.lua b/lua/plugins/harpoon.lua index a152346..e2aaa0f 100644 --- a/lua/plugins/harpoon.lua +++ b/lua/plugins/harpoon.lua @@ -1,10 +1,10 @@ return { "ThePrimeagen/harpoon", branch = "harpoon2", - dependencies = { - "nvim-lua/plenary.nvim" + dependencies = { + "nvim-lua/plenary.nvim" }, - config = function() + config = function() local harpoon = require("harpoon") -- REQUIRED harpoon:setup()