Update .vimrc

This commit is contained in:
daniele 2024-02-20 19:47:34 +01:00
parent 71b8a17864
commit ebb4b210f8
Signed by: fuxino
GPG Key ID: 981A2B2A3BBF5514

5
.vimrc
View File

@ -32,11 +32,12 @@ Plug 'dense-analysis/ale'
call plug#end()
let g:ale_linters = {'python': ['pylint'], 'c': ['cc'], 'sh': ['shell']}
let g:ale_linters_explicit = 1
let g:ale_python_pylint_options='--max-line-length=160 --disable=missing-docstring --disable=invalid-name'
let g:everforest_background='hard'
let g:everforest_better_performance=1
let g:ale_python_flake8_options='--max-line-length=150'
let g:rainbow_active=1
let g:ale_enabled=0
" }}}