Skip to content
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

Neovim compatibility #132

Open
kiryl opened this issue Feb 27, 2017 · 1 comment
Open

Neovim compatibility #132

kiryl opened this issue Feb 27, 2017 · 1 comment

Comments

@kiryl
Copy link

kiryl commented Feb 27, 2017

Neovim changed behavior of "!" -- it doesn't connect it's stdin to anything so interactive commands would fail. See neovim/neovim#1496.

One way to get it work would be spawning :terminal for interactive commands.

@malramsay64
Copy link

I have been trying to get this to work with terminal for the interactive commands. As far as I can tell the asynchronous nature of the neovim terminal means the taskwarrior#list() or taskwarrior#refresh() commands run either in the terminal buffer or before the interaction has completed.

I am not sure how to easily make this work and am looking for suggestions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants