vimrc: don't conceal haskell symbols
This commit is contained in:
parent
3d73ddee97
commit
092e337b74
1
vimrc
1
vimrc
@ -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', {
|
||||
|
Loading…
Reference in New Issue
Block a user