10 lines
180 B
VimL
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
|