From a4cfa56fe102f866bb17786a42cee7d80ea0b9d1 Mon Sep 17 00:00:00 2001 From: Gardouille Date: Sat, 9 Jun 2018 13:52:05 +0200 Subject: [PATCH] Add ansible-vim --- vimrc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/vimrc b/vimrc index 3608ea0..e935b54 100644 --- a/vimrc +++ b/vimrc @@ -284,6 +284,7 @@ let g:syntastic_mode_map = { 'mode': 'active', let g:syntastic_puppet_checkers = ['puppetlint'] let g:syntastic_yaml_checkers = ['yamllint'] + "########################## " Neocomplcache : "########################## @@ -618,6 +619,8 @@ call plug#begin('~/.vim/plugged') " Awesome syntax checker " REQUIREMENTS: See :h syntastic-intro Plug 'scrooloose/syntastic' + " For ansible + Plug 'pearofducks/ansible-vim' " Advanced auto-completion system Plug 'Shougo/neocomplcache' @@ -995,3 +998,10 @@ vmap te :!w3m "http://www.wordreference.com/enfr/" vmap tf :!w3m "http://www.wordreference.com/fren/" + +" ansible-vim +let g:ansible_attribute_highlight = "bold" +let g:ansible_extra_keywords_highlight = 1 +let g:ansible_normal_keywords_highlight = 'Identifier' +let g:ansible_with_keywords_highlight = 'Statement' +