vim-denops/denops.vim

Unable to access denops commands from MacVim

pou2 opened this issue · 5 comments

pou2 commented

I'm probably doing something wrong. Sorry for bothering you. When running vim from the terminal, I can run the :DenopsHello command from denops-helloworld.vim. However, when I use MacVim, I cannot run the :DenopsHello command.

In the terminal, when I try to use ddu.vim commands, everything works. In MacVim, I get an error which says [denops] Failed to wait for "ddu" to start. Denops server itself is not started.

Any thoughts?

I don't know. What is your MacVim version?
I don't have macOS environment. So I cannot test.

I'm probably doing something wrong. Sorry for bothering you. When running vim from the terminal, I can run the :DenopsHello command from denops-helloworld.vim. However, when I use MacVim, I cannot run the :DenopsHello command.

What is the terminal vim? Please provide more information.
And please upload the reproduce instruction and minimal vimrc.

denops.vim requires Vim 8.2.3452+.

The latest snapshot version should work.

https://github.com/macvim-dev/macvim/releases/tag/snapshot-172

But the older version of MacVim does not supported.

You should check denops.vim messages. I think other error messages are printed.

pou2 commented

Yes, it was the version. I updated and everything works now. Again, sorry for the trouble, and thank you for all the work you put into this!