diff options
author | Zach Berwaldt <zberwaldt@tutamail.com> | 2023-09-25 18:32:26 -0400 |
---|---|---|
committer | Zach Berwaldt <zberwaldt@tutamail.com> | 2023-09-25 18:32:26 -0400 |
commit | fb6d08dabb1f500aac84be26fc10185b60a30820 (patch) | |
tree | 3283c12ce9d73cae241cc022846898e32e29f47b /after/plugin/fugitive.lua | |
parent | 3c0144a282f754f0ea02c18f19d49cee78f1279b (diff) |
add some additional plugins, and configure them.
Diffstat (limited to 'after/plugin/fugitive.lua')
-rw-r--r-- | after/plugin/fugitive.lua | 1 |
1 files changed, 1 insertions, 0 deletions
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", "<leader>gs", vim.cmd.Git); | |||