purescript-contrib / purescript-vim

Syntax highlighting and indentation for PureScript
BSD 2-Clause "Simplified" License
154 stars 35 forks source link

Add option to disable indentation #75

Closed eviefp closed 4 years ago

eviefp commented 4 years ago

Adds a new setting (g:purescript_disable_indent) to disable the indentation altogether.

Fixes #66

Checklist: