nvim: autoload fugitive

This commit is contained in:
mequidis
2022-03-04 11:15:13 +02:00
parent 1d210c170b
commit bdf1f1e859

View File

@ -116,7 +116,6 @@ require('packer').startup(function()
-- fugitive -- fugitive
use { use {
'tpope/vim-fugitive', 'tpope/vim-fugitive',
cmd = 'G*'
} }
-- --