Adding options for yaml linting.

This commit is contained in:
Emiliano Vavassori 2023-09-21 15:36:27 +03:00
parent 00102e64f4
commit 567ee7f3c5
1 changed files with 1 additions and 0 deletions

1
vimrc
View File

@ -107,6 +107,7 @@ let g:airline_theme='dark'
nmap <silent> <C-e> <Plug>(ale_next_wrap)
let g:ale_sign_error = '⬥'
let g:ale_sign_warning = '⬦'
let g:ale_yaml_yamllint_options='-d "{extends: relaxed, rules: {line-length: disable}}"'
" Configurazioni per ansible-vim
let g:ansible_unindent_after_newline = 1