fix(keymaps): delete lazygit keymap when using gitui

This commit is contained in:
Rubin Bhandari 2024-04-15 11:58:53 +05:45 committed by GitHub
parent bb36f71b77
commit b4307ea345
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" })
vim.keymap.del("n", "<leader>gf")
end,
},
}