diff options
| author | JP Appel <jeanpierre.appel01@gmail.com> | 2024-08-16 16:28:22 -0400 |
|---|---|---|
| committer | JP Appel <jeanpierre.appel01@gmail.com> | 2024-08-16 16:28:22 -0400 |
| commit | e184d7cee358abc277a51f040cacf236f1eaceab (patch) | |
| tree | bfc7ced143a04d6d79f955ca7c37b962a01773f3 /nvim/lua/plugins/fugitive.lua | |
| parent | d3230ab29e56f97966f05cf2232a2e92d6a1302f (diff) | |
removed lspzero, updated keymaps
Diffstat (limited to 'nvim/lua/plugins/fugitive.lua')
| -rw-r--r-- | nvim/lua/plugins/fugitive.lua | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/nvim/lua/plugins/fugitive.lua b/nvim/lua/plugins/fugitive.lua index a203ea8..0607bdb 100644 --- a/nvim/lua/plugins/fugitive.lua +++ b/nvim/lua/plugins/fugitive.lua @@ -1,6 +1,7 @@ return { 'tpope/vim-fugitive', -- close to native git command integrations - keys = { - {"<leader>gs", vim.cmd.Git, desc = "Git Status"} - } + -- keys = { + -- { "<leader>gs", vim.cmd.Git, desc = "Git Status" } + -- }, + cmd = {'Git'} } |
