mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
Merge 370b1534ca into bb36f71b77
This commit is contained in:
commit
d399fe7389
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue