aboutsummaryrefslogtreecommitdiff
path: root/after/plugin/fugitive.lua
diff options
context:
space:
mode:
Diffstat (limited to 'after/plugin/fugitive.lua')
-rw-r--r--after/plugin/fugitive.lua1
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);