diff options
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'} } |
