vim-haskellFold icon indicating copy to clipboard operation
vim-haskellFold copied to clipboard

Doesn't seem to work with Vim Plug

Open itsfarseen opened this issue 5 years ago • 1 comments

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 avatar Jun 08 '20 05:06 itsfarseen

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

itsfarseen avatar Jun 08 '20 05:06 itsfarseen