Karl Nilsson

Results 153 comments of Karl Nilsson

How did you install vim? On Sun, 8 Jan 2017 at 13:14, Matthias Schlaipfer wrote: > echo has('python') is 1 > > — > You are receiving this because you...

Not sure what else to suggest. Try vim8 or record a screencapture of you testing the plugin. On Sun, 8 Jan 2017 at 13:21, Matthias Schlaipfer wrote: > Nothing crazy...

Delete fsharpbinding-vim On Sun, 8 Jan 2017 at 13:51, Matthias Schlaipfer wrote: > Hm, so :python import sys; print(sys.version) outputs > > 2.7.11+ (default, Feb 22 2016, 16:38:42) > [GCC...

Ok it defo wont work with fsharpbinding-vim around. I should mention that in the readme. Can you remove fsharpbinding-vim, git clean -dfx the vim-fsharp repo and run `make` (not install.sh)?...

which version of mono are you using? can you enable debug and see if anything turns up in either of the two log files (instructions in readme). On Sun, 8...

They typically dump all the commands and responses sent to the completion server. when running vim can you see the mono process at all? is the server even started? On...

Ok linking a while bunch of similar installation related issues, several of them linux related. Perhaps if you scan through them you'll find something that may be related. https://github.com/fsharp/vim-fsharp/issues/58 https://github.com/fsharp/vim-fsharp/issues/49...

@mschlaipfer is this still an issue? Can you try the latest version?

I haven't had a chance to look at it yet however I tried vim-dispatch and it works great - it's a keeper for me. It doesn't show you all the...

Something might be wrong with the plug config perhaps? I don’t use it myself so PRs are greatly appreciated. :) On Tue, 14 Nov 2017 at 11:37, Ben Franklin wrote:...