diff --git a/.vimrc b/.vimrc index 0d32186..2c77e40 100644 --- a/.vimrc +++ b/.vimrc @@ -6,27 +6,29 @@ set rtp+=~/.vim/bundle/Vundle.vim " Download plug-ins to the ~/.vim/plugged/ directory call vundle#begin('~/.vim/plugged') " Let Vundle manage Vundle; muss immer der erste eintrag sein + Plugin 'VundleVim/Vundle.vim' -Plugin 'nestorsalceda/vim-strip-trailing-whitespaces' " entferne trailing whitespaces -Plugin 'itchyny/lightline.vim' +Plugin 'nestorsalceda/vim-strip-trailing-whitespaces' " statusline -Plugin 'sheerun/vim-polyglot' +Plugin 'itchyny/lightline.vim' " languagepack -Plugin 'jeetsukumaran/vim-buffergator' +Plugin 'sheerun/vim-polyglot' " buffer wechseln -Plugin 'mhinz/vim-signify' +Plugin 'jeetsukumaran/vim-buffergator' " change icons neben der zeilennummerierung -Plugin 'ctrlpvim/ctrlp.vim' +Plugin 'mhinz/vim-signify' " fuzzy finder -Plugin 'Yggdroot/indentLine' +Plugin 'ctrlpvim/ctrlp.vim' " einrückungsmarkierungen -Plugin 'tpope/vim-fugitive' +Plugin 'Yggdroot/indentLine' " git integration G: -Plugin 'jreybert/vimagit' +Plugin 'tpope/vim-fugitive' " git integration -Plugin 'tpope/vim-sleuth' +Plugin 'jreybert/vimagit' " auto einrueckung +Plugin 'tpope/vim-sleuth' + call vundle#end()