Update .vimrc

This commit is contained in:
daniele 2024-09-29 17:32:57 +02:00
parent 698c3d7d73
commit fe3b5672f4
Signed by: fuxino
GPG Key ID: 981A2B2A3BBF5514

2
.vimrc
View File

@ -35,7 +35,7 @@ call plug#end()
let g:ale_linters={'python': ['pylint'], 'c': ['cc'], 'sh': ['shell'], 'tex': ['lacheck'], 'haskell': ['ghc']}
let g:ale_linters_explicit=1
let g:ale_enabled=0
let g:ale_enabled=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