We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
~/.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
STRING