fsharp / zarchive-vim-fsharp

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

Bugfix/update syntastic doc #61

Closed austincrft closed 8 years ago

austincrft commented 8 years ago

Updated the doc to say that syntastic support must be enabled.

austincrft commented 8 years ago

In response to #58. I don't believe this completely solves the problem, but indicates that it must be enabled.

I tried using the method stated in Syntastic's External Checker info, but it still wouldn't load automatically.

kjnilsson commented 8 years ago

So this PR makes it better but doesn't completely solve #58 ? What is missing?

austincrft commented 8 years ago

Well, that depends on what the goal is. I think the best-case scenario would be that the user doesn't have to configure the checkers manually in their .vimrc.

I'm not totally sure that's possible. I couldn't get it working following the steps in Syntastic's guide.

kjnilsson commented 8 years ago

Hi - why did you close this?

austincrft commented 8 years ago

Oh, my bad. I deleted the branch on my fork without realizing I still had an open PR. I'll restore it when I get back to my computer.

kjnilsson commented 8 years ago

Ok cool - I've been doing some work on the other PR this weekend. Would like to include the project.json support for now so have pulled your changes and made a few amendments. Should hopefully be ready to push fairly soon.

austincrft commented 8 years ago

There we go. Reopened.

kjnilsson commented 8 years ago

Cheers.