Fixing commenting out ALE directives.
This commit is contained in:
parent
c954f4c4f1
commit
f9f5702817
8
vimrc
8
vimrc
@ -103,10 +103,10 @@ let g:airline_powerline_fonts = 1
|
|||||||
let g:airline_theme='dark'
|
let g:airline_theme='dark'
|
||||||
|
|
||||||
" ALE configurations
|
" ALE configurations
|
||||||
#nmap <silent> <C-e> <Plug>(ale_next_wrap)
|
"nmap <silent> <C-e> <Plug>(ale_next_wrap)
|
||||||
#let g:ale_sign_error = '⬥'
|
"let g:ale_sign_error = '⬥'
|
||||||
#let g:ale_sign_warning = '⬦'
|
"let g:ale_sign_warning = '⬦'
|
||||||
#let g:ale_yaml_yamllint_options='-d "{extends: relaxed, rules: {line-length: disable}}"'
|
"let g:ale_yaml_yamllint_options='-d "{extends: relaxed, rules: {line-length: disable}}"'
|
||||||
|
|
||||||
" Configurazioni per ansible-vim
|
" Configurazioni per ansible-vim
|
||||||
let g:ansible_unindent_after_newline = 1
|
let g:ansible_unindent_after_newline = 1
|
||||||
|
Loading…
Reference in New Issue
Block a user