vim: ansible + omnicompletion
This commit is contained in:
parent
f2b3dd7b94
commit
8251f2771d
1 changed files with 4 additions and 0 deletions
4
.vimrc
4
.vimrc
|
@ -6,6 +6,10 @@ set rtp+=~/.vim/bundle/Vundle.vim
|
|||
call vundle#begin('~/.vim/plugged')
|
||||
" Let Vundle manage Vundle; muss immer der erste Eintrag sein
|
||||
Plugin 'VundleVim/Vundle.vim'
|
||||
" ansible integration
|
||||
Plugin 'pearofducks/ansible-vim'
|
||||
" omnicompletion während dem tippen
|
||||
Plugin 'vim-scripts/AutoComplPop'
|
||||
" languagepack
|
||||
Plugin 'sheerun/vim-polyglot'
|
||||
" highlight fuer movement mit tTfFwW
|
||||
|
|
Loading…
Reference in a new issue