Fixing commenting out ALE directives.

This commit is contained in:
Emiliano Vavassori 2023-12-31 23:05:30 +01:00
parent c954f4c4f1
commit f9f5702817
1 changed files with 4 additions and 4 deletions

8
vimrc
View File

@ -103,10 +103,10 @@ let g:airline_powerline_fonts = 1
let g:airline_theme='dark'
" ALE configurations
#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}}"'
"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