Fix settings for YAML and support for ansible
This commit is contained in:
parent
64332b4167
commit
ea474ae8a8
|
@ -1 +1 @@
|
|||
Subproject commit 2ff9560ad3fc6a3da256d34d0ba804b01d222293
|
||||
Subproject commit 7ed82b4df6d381ef26a4dbdf253bf414497adcd1
|
5
vimrc
5
vimrc
|
@ -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
|
Loading…
Reference in New Issue