diff options
Diffstat (limited to 'dot_config/nvim/lua/plugins/fugitive.lua')
| -rw-r--r-- | dot_config/nvim/lua/plugins/fugitive.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dot_config/nvim/lua/plugins/fugitive.lua b/dot_config/nvim/lua/plugins/fugitive.lua new file mode 100644 index 0000000..13a8f18 --- /dev/null +++ b/dot_config/nvim/lua/plugins/fugitive.lua @@ -0,0 +1,6 @@ +return { + "tpope/vim-fugitive", + keys = { -- load the plugin only when using it's keybinding: + { "<leader>gs", vim.cmd.Git, desc = "Vim Fugitive" }, + }, +} |
