vimrc: don't conceal haskell symbols

This commit is contained in:
Gabriel Ebner 2014-10-09 22:11:42 +02:00
parent 3d73ddee97
commit 092e337b74
1 changed files with 1 additions and 0 deletions

1
vimrc
View File

@ -80,6 +80,7 @@ au BufNewFile,BufRead *.i set ft=swig
au BufReadCmd *.epub call zip#Browse(expand("<amatch>"))
au syntax haskell setl omnifunc=necoghc#omnifunc
let g:necoghc_enable_detailed_browse=1
let g:haskell_conceal = 0
" better paragraph object for tex files FIXME
call textobj#user#plugin('latexparagraph', {