switch from fugitive to neogit

This commit is contained in:
Vladan Popovic 2023-12-18 14:27:07 +01:00
parent e6e2555274
commit ca0b58aeb4
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ require('packer').startup(function()
use { 'tjdevries/nlua.nvim' } use { 'tjdevries/nlua.nvim' }
-- Git -- Git
use { 'tpope/vim-fugitive' } use { 'NeogitOrg/neogit' }
-- Filesystem in a nvim buffer -- Filesystem in a nvim buffer
use { 'stevearc/oil.nvim' } use { 'stevearc/oil.nvim' }