Explorar o código

Add ansible syntax support

Thomas Dy %!s(int64=9) %!d(string=hai) anos
pai
achega
735ffba6c9
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      .vimrc

+ 4 - 0
.vimrc

@@ -19,6 +19,10 @@ if executable('sbt')
   Plug 'derekwyatt/vim-scala'
 endif
 
+if executable('ansible')
+  Plug 'pearofducks/ansible-vim'
+endif
+
 Plug 'trusktr/seti.vim'
 
 call plug#end()