vim-polyglot/after/ftplugin/haskell.vim

7 lines
157 B
VimL
Raw Normal View History

if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'haskell') == -1
2016-05-30 19:53:12 -04:00
setlocal comments=s1fl:{-,mb:\ \ ,ex:-},:--
setlocal iskeyword+='
endif