Fix ALE linter for Haskell in .vimrc
This commit is contained in:
parent
67458bdc9e
commit
9a17404703
1
.vimrc
1
.vimrc
@ -37,6 +37,7 @@ let g:ale_linters={'python': ['pylint'], 'c': ['cc'], 'sh': ['shell'], 'tex': ['
|
||||
let g:ale_linters_explicit=1
|
||||
let g:ale_enabled=1
|
||||
let g:ale_python_pylint_options='--max-line-length=160 --disable=missing-docstring --disable=invalid-name'
|
||||
let g:ale_haskell_ghc_options = '-fno-code -v0 -dynamic'
|
||||
" let g:everforest_background='hard'
|
||||
" let g:everforest_better_performance=1
|
||||
let g:tokyonight_style='storm'
|
||||
|
Loading…
x
Reference in New Issue
Block a user