switch from fugitive to neogit
This commit is contained in:
parent
e6e2555274
commit
ca0b58aeb4
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ require('packer').startup(function()
|
|||
use { 'tjdevries/nlua.nvim' }
|
||||
|
||||
-- Git
|
||||
use { 'tpope/vim-fugitive' }
|
||||
use { 'NeogitOrg/neogit' }
|
||||
|
||||
-- Filesystem in a nvim buffer
|
||||
use { 'stevearc/oil.nvim' }
|
||||
|
|
Reference in a new issue