Skip to content

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