vim: plugins sortiert
This commit is contained in:
parent
6e13e52c19
commit
c5b648088e
1 changed files with 12 additions and 10 deletions
22
.vimrc
22
.vimrc
|
@ -6,27 +6,29 @@ set rtp+=~/.vim/bundle/Vundle.vim
|
||||||
" Download plug-ins to the ~/.vim/plugged/ directory
|
" Download plug-ins to the ~/.vim/plugged/ directory
|
||||||
call vundle#begin('~/.vim/plugged')
|
call vundle#begin('~/.vim/plugged')
|
||||||
" Let Vundle manage Vundle; muss immer der erste eintrag sein
|
" Let Vundle manage Vundle; muss immer der erste eintrag sein
|
||||||
|
|
||||||
Plugin 'VundleVim/Vundle.vim'
|
Plugin 'VundleVim/Vundle.vim'
|
||||||
Plugin 'nestorsalceda/vim-strip-trailing-whitespaces'
|
|
||||||
" entferne trailing whitespaces
|
" entferne trailing whitespaces
|
||||||
Plugin 'itchyny/lightline.vim'
|
Plugin 'nestorsalceda/vim-strip-trailing-whitespaces'
|
||||||
" statusline
|
" statusline
|
||||||
Plugin 'sheerun/vim-polyglot'
|
Plugin 'itchyny/lightline.vim'
|
||||||
" languagepack
|
" languagepack
|
||||||
Plugin 'jeetsukumaran/vim-buffergator'
|
Plugin 'sheerun/vim-polyglot'
|
||||||
" buffer wechseln
|
" buffer wechseln
|
||||||
Plugin 'mhinz/vim-signify'
|
Plugin 'jeetsukumaran/vim-buffergator'
|
||||||
" change icons neben der zeilennummerierung
|
" change icons neben der zeilennummerierung
|
||||||
Plugin 'ctrlpvim/ctrlp.vim'
|
Plugin 'mhinz/vim-signify'
|
||||||
" fuzzy finder
|
" fuzzy finder
|
||||||
Plugin 'Yggdroot/indentLine'
|
Plugin 'ctrlpvim/ctrlp.vim'
|
||||||
" einrückungsmarkierungen
|
" einrückungsmarkierungen
|
||||||
Plugin 'tpope/vim-fugitive'
|
Plugin 'Yggdroot/indentLine'
|
||||||
" git integration G:
|
" git integration G:
|
||||||
Plugin 'jreybert/vimagit'
|
Plugin 'tpope/vim-fugitive'
|
||||||
" git integration
|
" git integration
|
||||||
Plugin 'tpope/vim-sleuth'
|
Plugin 'jreybert/vimagit'
|
||||||
" auto einrueckung
|
" auto einrueckung
|
||||||
|
Plugin 'tpope/vim-sleuth'
|
||||||
|
|
||||||
call vundle#end()
|
call vundle#end()
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue