diff --git a/vimrc b/vimrc index e467a50..16417ea 100644 --- a/vimrc +++ b/vimrc @@ -103,10 +103,10 @@ let g:airline_powerline_fonts = 1 let g:airline_theme='dark' " ALE configurations -#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}}"' +"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