diff options
Diffstat (limited to 'nvim/lua/plugins/fugitive.lua')
| -rw-r--r-- | nvim/lua/plugins/fugitive.lua | 6 |
1 files changed, 6 insertions, 0 deletions
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 = { + {"<leader>gs", vim.cmd.Git, desc = "Git Status"} + } +} |
