From fb6d08dabb1f500aac84be26fc10185b60a30820 Mon Sep 17 00:00:00 2001 From: Zach Berwaldt Date: Mon, 25 Sep 2023 18:32:26 -0400 Subject: add some additional plugins, and configure them. --- after/plugin/fugitive.lua | 1 + 1 file changed, 1 insertion(+) create mode 100644 after/plugin/fugitive.lua (limited to 'after/plugin/fugitive.lua') diff --git a/after/plugin/fugitive.lua b/after/plugin/fugitive.lua new file mode 100644 index 0000000..73b78b8 --- /dev/null +++ b/after/plugin/fugitive.lua @@ -0,0 +1 @@ +vim.keymap.set("n", "gs", vim.cmd.Git); -- cgit v1.1