vim-taskwarrior icon indicating copy to clipboard operation
vim-taskwarrior copied to clipboard

Hack to enable neovim support

Open malramsay64 opened this issue 8 years ago • 0 comments

This is a very first attempt at enabling neovim support for vim-taskwarrior #132 . In my use the only functions that require interaction are undo and delete, for these two functions there is a check has('nvim') which changes execution from ! to terminal and there is also no taskwarrior#refresh() call, which is done using a BufEnter autocmd.

There is likely a better solution that I don't yet know about.

malramsay64 avatar May 15 '17 12:05 malramsay64