Update .vimrc
This commit is contained in:
parent
71b8a17864
commit
ebb4b210f8
5
.vimrc
5
.vimrc
@ -32,11 +32,12 @@ Plug 'dense-analysis/ale'
|
|||||||
|
|
||||||
call plug#end()
|
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_background='hard'
|
||||||
let g:everforest_better_performance=1
|
let g:everforest_better_performance=1
|
||||||
let g:ale_python_flake8_options='--max-line-length=150'
|
|
||||||
let g:rainbow_active=1
|
let g:rainbow_active=1
|
||||||
let g:ale_enabled=0
|
|
||||||
|
|
||||||
" }}}
|
" }}}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user