vim: plugin commentary.vim

This commit is contained in:
Michael Grote 2021-08-16 07:35:05 +02:00
parent 0b646fb18e
commit 263ba0c99d

3
.vimrc
View file

@ -28,7 +28,8 @@ Plugin 'tpope/vim-fugitive'
Plugin 'jreybert/vimagit'
" auto einrueckung
Plugin 'tpope/vim-sleuth'
" zeilen ein/auskommentieren
Plugin 'tpope/vim-commentary'
call vundle#end()