From f9f5702817d57ea6385edf1877800c0d63ebc0af Mon Sep 17 00:00:00 2001 From: Emiliano Vavassori Date: Sun, 31 Dec 2023 23:05:30 +0100 Subject: [PATCH] Fixing commenting out ALE directives. --- vimrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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