sunaku / vim-dasht

:information_desk_person: (Neo)Vim plugin for dasht integration
https://github.com/sunaku/dasht
133 stars 4 forks source link

Does not work on gvim #6

Closed lervag closed 7 years ago

lervag commented 7 years ago

I understand that you use some voodoo to make this plugin work for Vim in terminal, however, it does not work on gui Vim.

I think a solution could be to allow the dasht command to work non-interactively, and simply redirect the output of a dasht command to an empty buffer. Perhaps add some simple syntax highlighting. This would be easy to make work in any Vim, I think.

What do you think?

sunaku commented 7 years ago

Try the new gvim branch, which launches an xterm in the background for interactivity.

Feel free to send a PR for your non-interactive usage idea. :fearful: It's too much work for me.

sunaku commented 7 years ago

Fix is now available in master branch. :cake: Thanks for reporting this issue. :+1: Closing.

lervag commented 7 years ago

Great, thanks!