-
Notifications
You must be signed in to change notification settings - Fork 100
Edit or remove concealment (symbols)
tsoernes edited this page Apr 24, 2017
·
2 revisions
Inluded in haskell-vim-now is the vim-haskellConcealPlus plugin (https://github.com/enomsg/vim-haskellConcealPlus) which turns for example turns ->
into actual arrows and bool into 𝔹.
This behavior can be customized by editing the file ~/.config/haskell-vim-now/vimrc.local
To disable concealment completely, add the line
let g:no_haskell_conceal = 1
To disable only some concealments, add the line
let hscoptions="STRING"
Where STRING
determine which symbols are concealed. This documentation explains the options:
https://github.com/enomsg/vim-haskellConcealPlus#available-options