nvim: mini: Enable git

We are dropping fugitive as it is not going to be useful any more with
our switch to jujutsu.
This commit is contained in:
Sanchayan Maity 2024-12-09 19:45:07 +05:30
parent 69ec6eb77c
commit e0535da903
Signed by: sanchayanmaity
GPG key ID: 6F6A0609C12038F3

View file

@ -35,6 +35,8 @@ require('mini.files').setup({
trim_right = '' ,
}
})
-- Git, replacement for vim-fugitive
require('mini.git').setup({})
-- Vertical jumps/movement
require('mini.jump2d').setup({
allowed_lines = {