This commit is contained in:
Rubin Bhandari 2024-04-11 12:24:27 -04:00 committed by GitHub
commit d399fe7389
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,
},
}