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
|
||||
|
|
|
@ -43,7 +43,9 @@ vim.g.netrw_browse_split = 4
|
|||
vim.g.netrw_altv = 1
|
||||
vim.g.netrw_winsize = 20
|
||||
|
||||
require("toggleterm").setup{
|
||||
require("toggleterm").setup {
|
||||
open_mapping = "<A-t>",
|
||||
size = 16,
|
||||
}
|
||||
|
||||
require("neogit").setup {}
|
||||
|
|
Loading…
Reference in a new issue