Closed Tombert closed 7 years ago
On Windows this will run using .net not mono.
@kjnilsson Ah, the issue might be because I'm using the Cygwin version of Vim. Any chance of that being ported to use the native version?
Is there an environment variable I can set in Cygwin to tell it I'm on windows?
Cygwin isn't really supported as it isn't exactly straight forward. It needs someone to spend a fair bit of time to get all the path conversions and whatnot working properly. Contributions in this area are very welcome. :)
On Mon, 1 Aug 2016 at 20:21 Thomas Gebert notifications@github.com wrote:
Is there an environment variable I can set in Cygwin to tell it I'm on windows?
— You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub https://github.com/fsharp/vim-fsharp/issues/52#issuecomment-236679722, or mute the thread https://github.com/notifications/unsubscribe-auth/ABIDlCwpdV3p9og1c3qZVYwhogHI2kZhks5qbkcegaJpZM4JM120 .
I wouldn't be opposed to adding support for that; in the interim though, do you recommend using GVim or something?
Yes GVim is what I have used on windows before. The honest thing to say is that *nix has had a lot more testing that windows. It should work though. Raise any issues you find here.
On Mon, 1 Aug 2016 at 20:49 Thomas Gebert notifications@github.com wrote:
I wouldn't be opposed to adding support for that; in the interim though, do you recommend using GVim or something?
— You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub https://github.com/fsharp/vim-fsharp/issues/52#issuecomment-236686966, or mute the thread https://github.com/notifications/unsubscribe-auth/ABIDlHB3JQPSxdYI9ptZvoQ85yF3Pl_gks5qbk26gaJpZM4JM120 .
I got things working on a syntax-highlighting level with GVim. However, when I do <leader>-t
to grab a type, nothing happens. No errors, no nothing.
Has the fsautocomplete backend started? you should be able to see it in task manager.
@kjnilsson It doesn't appear to be running; how do I start it?
@Tombert it should start automatically. Can you try the latest version. Make sure you run install.cmd
after updating.
@Tombert I'm closing this. Please re-open if there is still an issue.
This plugin is great, but at my current job, I'm forced to use the official MS version of FSharp. Is there a way to run that instead of just mono? I'm not even wholly opposed to a hackey-ish solution involving Cygwin or symlinks or something...