Aggiunta di alcuni plugin di tpope.

This commit is contained in:
Emiliano Vavassori 2023-05-02 01:18:22 +02:00
parent 3fb9e9093a
commit 1d9abd1c11
1 changed files with 2 additions and 0 deletions

2
vimrc
View File

@ -4,6 +4,8 @@ Plug 'junegunn/vim-plug'
Plug 'tpope/vim-sensible'
Plug 'tpope/vim-commentary'
Plug 'tpope/vim-surround'
Plug 'tpope/vim-repeat'
" Git wrapper
Plug 'tpope/vim-fugitive'