-
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does this still work with vim8? #19
Comments
When I tried several weeks ago, the Vim installation worked properly. Also, from the info you provided I believe you installed the plugin correctly. So what I suspected is the problem has something to do with the thing you are trying to open. Did it show something like |
btw if you are new to Vim I'd recommend to use Neovim as it has more stability and advanced features, and less complexity to use. |
I am having the same problems using Neovim. I am also new to Vim to may be missing something but I followed the installation guide of Lanugage server and Ionide-vim. |
I actually went ahead and installed Neovim last night and ended up with the same result sadly. Bjorn appears to have experienced the same. |
Can you give me a zip of the project you are trying to open in order to replicate it by myself? |
I just created a basic F# project from the terminal. |
Further to what Bjorn did, I cant even get this to work outside of syntax highlighting for standalone .fsx files either |
That may be a separate problem so let's stick to the normal fsproj for now. |
I am not a very experienced vim user. Where should this be output? |
It should be displayed in the status line (just below the editor). |
Possible information overload here as I am just trying everything, but:
|
Currently the plugin only works when you open single In your case, I suspect that the plugin is not actually installed (while your vimrc is correctly configured). Can you try opening a |
btw
part from your vimrc. |
I removed the language client code and ran |
Hmm, strange... Unfortunately I'll be busy for next few days (exam week) and I don't have enough time to look deep into this now. Meanwhile, can you use Ionide-VSCode with VSCodeVim plugin? |
It's not an emergency for me, using VSCode now. |
Can you checkout pull #20 to see if that would fix your issue? |
@benmp nice! I'll merge the PR. |
Still in my first week or two of using vim so it may just be me not understanding something. But the only feature that apparently is working for me is the syntax highlighting. Auto completions where not working until I installed deoplete (maybe i did need to do that?) but error highlighting ect does not work.
I have installed ionide and languageclient-neovim. I have python3 installed on my computer and have got both pynvim and neovim installed via pip3
Does anyone know what i have either done wrong here or if perhaps ive missed an installation step?
I have vim8.1 intalled via pacman in arch linux if this helps?
Below is my .vimrc file
The text was updated successfully, but these errors were encountered: