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:
parent
69ec6eb77c
commit
e0535da903
1 changed files with 2 additions and 0 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue