vim-polyglot/ftplugin/cabal.vim
Adam Stankiewicz 5dd1a7e839
Update
2016-05-02 10:42:37 +02:00

10 lines
180 B
VimL

if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'haskell') == -1
if exists("g:loaded_haskellvim_cabal")
finish
endif
let g:loaded_haskellvim_cabal = 1
endif