zarchive-vim-fsharp
zarchive-vim-fsharp copied to clipboard
F# bindings for vim
Hit fsprojects/Paket#3065 just now, which seems to indicate that the paket boostrapper included is just too old to work correctly any more. I downloaded the latest bootstrapper from Paket's GH...
Fresh and clean Ubuntu 20.04 vim 8.1 python 3.8.10 mono-complete 6.8 dotnet sdk 3.1 and 5.0 (I need both) Installed pathogen, syntastic, supertab, vim-dispatch. Cloned vim-fsharp in ~/.vim/bundle Documentation says...
AFAIK, the way FSI should be executed for recent versions of .NET (Core or >=5) is through the dotnet client application as: `dotnet fsi`. Indeed, on a up-to-date Arch Linux,...
Allows to specify fsi path with white spaces, as one would when using `dotnet` client application: `dotnet fsi`. Close #115
I'm using neovim 0.5-HEAD and I'm unable to see any output being sent to the fsi-out buffer, do I need to set up something special to enable this? Are there...
This pull request add support for *.fsproj config files as XML.
The syntax checking does not work. A few symptoms: 1. When a file is edited, the on-the-fly syntax checking does not get triggered; 2. When a file is edited then...
I'm not sure if this is the right project, I'm just guessing multiline comments are not set correctly in the syntax file or something. Apologies if I'm barking up the...
fix the None path error.
Support ALE
[ALE](https://github.com/w0rp/ale) is an asynchronous syntax checker (similar with syntastic). it seems that syntastic does not support asynchronous for a while (https://github.com/vim-syntastic/syntastic/issues/699#issuecomment-285039618), and ALE is growing quickly. so, I think it's...