feat(neovim): replace vim-fugitive with neogit

This commit is contained in:
Felix Schröter 2022-03-30 01:31:03 +02:00
parent 79bdcd3a5d
commit 643c9a97b3
Signed by: felschr
GPG key ID: 671E39E6744C807D
2 changed files with 4 additions and 2 deletions

View file

@ -27,7 +27,7 @@ in {
vim-commentary
vim-easymotion
which-key-nvim
vim-fugitive
neogit
plenary-nvim
gitsigns-nvim
vim-test

View file

@ -47,3 +47,5 @@ require("toggleterm").setup{
open_mapping = "<A-t>",
size = 16,
}
require("neogit").setup {}