Fix settings for YAML and support for ansible

This commit is contained in:
pSox 2018-03-14 15:16:05 +00:00
parent 64332b4167
commit ea474ae8a8
3 changed files with 7 additions and 2 deletions

@ -1 +1 @@
Subproject commit 2ff9560ad3fc6a3da256d34d0ba804b01d222293
Subproject commit 7ed82b4df6d381ef26a4dbdf253bf414497adcd1

5
vimrc
View File

@ -15,6 +15,7 @@ call plug#begin('~/.psoxizsh/vim/plugged')
Plug 'vim-perl/vim-perl', { 'for': 'perl', 'do': 'make clean carp dancer highlight-all-pragmas moose test-more try-tiny' }
Plug 'rust-lang/rust.vim'
Plug 'vim-scripts/taglist.vim'
Plug 'pearofducks/ansible-vim'
if v:version > 704
Plug 'Valloric/YouCompleteMe'
endif
@ -51,6 +52,10 @@ let g:syntastic_check_on_wq = 0
let g:syntastic_enable_zsh_checker = 1
let g:syntastic_enable_bash_checker = 1
filetype plugin indent on
autocmd FileType yaml setl indentkeys-=<:>
autocmd FileType yaml setlocal ts=2 sts=2 sw=2 expandtab
colorscheme murphy
" vim: ts=8 sw=2 si

@ -1 +1 @@
Subproject commit 2c0c75a8ee9a0f212eebbe4ee91ca5884f18e52f
Subproject commit 5e9b7c4650e4386a4620011c589475baa6263eb1