summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.vimrc8
1 files changed, 8 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 907b7e2..ef33cdf 100644
--- a/.vimrc
+++ b/.vimrc
@@ -237,3 +237,11 @@ execute pathogen#infect()
" YouCompleteMe settings
" ======================
let g:ycm_autoclose_preview_window_after_completion = 1
+
+" ====================
+" ansible-vim settings
+" ====================
+" URL: git clone https://github.com/pearofducks/ansible-vim
+let g:ansible_attribute_highlight = "ab"
+let g:ansible_name_highlight = 'd'
+let g:ansible_extra_keywords_highlight = 1