[ADD][VIM] Color column 100 in Haskell files

This commit is contained in:
Bruno BELANYI 2020-04-06 19:46:28 +02:00
parent f17b377b0d
commit 295670f792
1 changed files with 4 additions and 0 deletions

View File

@ -24,3 +24,7 @@ let b:undo_ftplugin.='|unlet! b:ale_haskell_ghc_options'
" Automatically format files when saving them
let b:ale_fix_on_save=1
let b:undo_ftplugin='|unlet! b:ale_lint_on_save'
" Change max length of a line to 100 for this buffer to match official guidelines
setlocal colorcolumn=100
let b:undo_ftplugin.='|setlocal colorcolumn<'