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

Plugin for formatting Haskell source code

Results 3 vim-ormolu issues
Sort by recently updated
recently updated
newest added

I've always used `vim-ormolu` with Ormolu 0.1.4.1, which worked fine. However, since I check Ormolu formatting of projects in CI, and some more recent version of Ormolu has a different...

Whenever I call RunOrmolu() or save I get this error message: Error detected while processing BufWrite Autocommands for "*.hs"..function 70_OrmoluSave[3]..70_OrmoluHaskell[2]..70_RunOrmolu: line 14: E484: Cannot open file ~/AppData/Local/Temp/VNJ3FAB.tmp The temp filename...

Use `--start-line` to do block formatting. ``` --start-line START Start line of the region to format (starts from 1) --end-line END End line of the region to format (inclusive) ```

enhancement