From 47d61c1cb5af62cc75218661dfc7c3a0dc3378a8 Mon Sep 17 00:00:00 2001 From: Jean-Pierre Appel Date: Sun, 17 Dec 2023 17:17:40 -0500 Subject: made nvim keymap locations sensible, add harpoon Keymaps are now stored in the lua/plugins/.lua or lua/keymap.lua Installed harpoon v2 --- nvim/lua/plugins/fugitive.lua | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 nvim/lua/plugins/fugitive.lua (limited to 'nvim/lua/plugins/fugitive.lua') diff --git a/nvim/lua/plugins/fugitive.lua b/nvim/lua/plugins/fugitive.lua new file mode 100644 index 0000000..a203ea8 --- /dev/null +++ b/nvim/lua/plugins/fugitive.lua @@ -0,0 +1,6 @@ +return { + 'tpope/vim-fugitive', -- close to native git command integrations + keys = { + {"gs", vim.cmd.Git, desc = "Git Status"} + } +} -- cgit v1.2.3