fsharp / zarchive-vim-fsharp

F# bindings for vim
MIT License
143 stars 34 forks source link

Enable syntastic checker (by default) #87

Closed 0x6a62 closed 7 years ago

0x6a62 commented 7 years ago

I presume the goal is to have the syntastic syntax checker enabled by default. On my machine that wasn't the case. This PR resolves the g:syntastic_fsharp_checkers variable not being set.

kjnilsson commented 7 years ago

Thanks.