zarchive-vim-fsharp icon indicating copy to clipboard operation
zarchive-vim-fsharp copied to clipboard

F# bindings for vim

Results 23 zarchive-vim-fsharp issues
Sort by recently updated
recently updated
newest added

I got the same error to #106 and it was caused by forgetting building `fsautocomplete.exe`. Adding `build = "make fsautocomplete"` to my `dein.toml` solved this problem. The current error message...

- Vim 8.0.1453 - Ubuntu Linux 18.04 - Installed via pathogen - Python 3.6.7 When opening any fsharp file I'm getting the following error: ``` Error detected while processing /home/sumuser/.vim/bundle/vim-fsharp/ftplugin/fsharp.vim:...

Hi!, thank you for writing vim-fsharp. None of the commands are working only the syntax highlighting it seems, and i don't know why. I use VimPlug. Tried reinstalling, but nothing...

I'm using OS X El Capitan. When I leave Vim with F# files open for too long, I observe a runaway process mono-sgen, very likely to be related with vim-fsharp....

When I edit a script file in vim I get the following Error detected while processing /Users/benfranklin/.vim/bundle/vim-fsharp/ftplugin/fsharp.vim: line 81: Traceback (most recent call last): File "", line 25, in File...

I was recently trying to run the vim-fsharp plugin inside WSL, and pointed my MSBuild executable and Fsharp interactive executable to the windows ones (since WSL now allows you to...

I'm consistently getting a memory leak. If I try to autocomplete my memory keeps rising and I believe the fsautocomplete is the culprit. Is there anything I can do about...

tl dr; Could it be a reasonable default to look for fsproj-files in the current folder and any parent folders recursively? According to the plugin documentation, opening an .fs-file will...

enhancement
help wanted

I've followed the steps to install vim-fsharp via Pathogen on Linux, but nothing happens when I use \t or similar. Syntax highlighting works, however. I've also tried to run install.sh,...

Not really sure how to help debug this. I've looked in the application logs but found nothing there. Pasting my :version here in the hopes that it helps. If there's...