feat(neovim): replace vim-fugitive with neogit
This commit is contained in:
parent
79bdcd3a5d
commit
643c9a97b3
|
@ -27,7 +27,7 @@ in {
|
|||
vim-commentary
|
||||
vim-easymotion
|
||||
which-key-nvim
|
||||
vim-fugitive
|
||||
neogit
|
||||
plenary-nvim
|
||||
gitsigns-nvim
|
||||
vim-test
|
||||
|
|
|
@ -47,3 +47,5 @@ require("toggleterm").setup{
|
|||
open_mapping = "<A-t>",
|
||||
size = 16,
|
||||
}
|
||||
|
||||
require("neogit").setup {}
|
||||
|
|
Loading…
Reference in a new issue