vim-haskellFold
vim-haskellFold copied to clipboard
Doesn't seem to work with Vim Plug
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?
Just found out that doing :call SetHaskellFolding() manually works.
I have vim-polyglot plugin which contains ftplugin for haskell. Will this cause conflicts?