Update gitui.lua

This commit is contained in:
Rubin Bhandari 2024-05-15 15:22:11 +05:45 committed by GitHub
parent dc7737a134
commit 32a9ee0549
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,6 +18,7 @@ return {
opts = function(_, opts)
opts.ensure_installed = opts.ensure_installed or {}
vim.list_extend(opts.ensure_installed, { "gitui" })
-- delete lazygit keymap for file history
vim.keymap.del("n", "<leader>gf")
end,
},