Adding options for yaml linting.
This commit is contained in:
parent
00102e64f4
commit
567ee7f3c5
1
vimrc
1
vimrc
@ -107,6 +107,7 @@ let g:airline_theme='dark'
|
|||||||
nmap <silent> <C-e> <Plug>(ale_next_wrap)
|
nmap <silent> <C-e> <Plug>(ale_next_wrap)
|
||||||
let g:ale_sign_error = '⬥'
|
let g:ale_sign_error = '⬥'
|
||||||
let g:ale_sign_warning = '⬦'
|
let g:ale_sign_warning = '⬦'
|
||||||
|
let g:ale_yaml_yamllint_options='-d "{extends: relaxed, rules: {line-length: disable}}"'
|
||||||
|
|
||||||
" Configurazioni per ansible-vim
|
" Configurazioni per ansible-vim
|
||||||
let g:ansible_unindent_after_newline = 1
|
let g:ansible_unindent_after_newline = 1
|
||||||
|
Loading…
Reference in New Issue
Block a user