diff --git a/vimrc b/vimrc index 121f280..09f7806 100644 --- a/vimrc +++ b/vimrc @@ -107,6 +107,7 @@ let g:airline_theme='dark' nmap (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