From c954f4c4f1e72ce0d4838cbc9d5614cd8e68ca6d Mon Sep 17 00:00:00 2001 From: Emiliano Vavassori Date: Sun, 31 Dec 2023 23:02:03 +0100 Subject: [PATCH] Disabling ALE, working with coc-pyright. --- vimrc | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/vimrc b/vimrc index 09f7806..e467a50 100644 --- a/vimrc +++ b/vimrc @@ -36,7 +36,6 @@ Plug 'fannheyward/coc-pyright', { 'do': 'yarn install --frozen-lockfile' } " Ansible Plug 'pearofducks/ansible-vim' " syntax highlight -Plug 'dense-analysis/ale' " ALE - linting, fixing and completion Plug 'yaegassy/coc-ansible', {'do': 'yarn install --frozen-lockfile'} " Rust @@ -104,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