Update .vimrc
This commit is contained in:
parent
698c3d7d73
commit
fe3b5672f4
2
.vimrc
2
.vimrc
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user