diff --git a/.vimrc b/.vimrc index bea54d4..b5fbfb6 100644 --- a/.vimrc +++ b/.vimrc @@ -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()