Twinside / vim-haskellFold

Vim plugin providing folding for haskell, displaying type signatures
http://www.vim.org/scripts/script.php?script_id=2846
23 stars 6 forks source link

Doesn't seem to work with Vim Plug #10

Open itsfarseen opened 4 years ago

itsfarseen commented 4 years ago

Hi, I'm using Vim Plug on Neovim v0.4.3 I tried installing vim-haskellFold like this:

Plug 'Twinside/vim-haskellFold'

But folding still doesn't work. set foldexpr? returns 0. Does this only work with pathogen?

itsfarseen commented 4 years ago

Just found out that doing :call SetHaskellFolding() manually works. I have vim-polyglot plugin which contains ftplugin for haskell. Will this cause conflicts?