-
Notifications
You must be signed in to change notification settings - Fork 96
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
Taskwiki not detected in Neovim #395
Comments
Make sure you are in a supported filetype, eg a markdown file. |
I am also facing same problem, even within markdown file PS: this is with MacOS |
Also having the same problem with nvim on MacOS |
This is usually always problem on the user side, i.e. the filetype not being recognized by vimwiki is a common problem. |
I currently have the same problem on WSL1, Ubuntu 18.04. It used to work then I did something (I don't know what) and now the two programs aren't communicating any more. I also cannot call commands for taskwiki from nvim. |
I had this problem on MacOS 12.5 and neovim 8 and just solved it for myself. I'm not sure why, but I wasn't getting any error from TaskWiki until i changed configured vimwiki to use the default vimwiki files as opposed to markdown files. let g:vimwiki_list = [{'path': '~/vimwiki/',
\ 'syntax': 'vimwiki', 'ext': '.wiki'}] " default setting shown for clarity Then when I set the syntax and ext settings to their defaults and run pip3 install --upgrade pip
pip3 install packaging Everything works like a charm so far. I'm even able to change vimwiki's syntax back to markdown without issue. Hope this helps someone. |
installing 'packaging' seems to have done two things:
|
I installed Taskwiki using Packer
use { 'tools-life/taskwiki' }
and I checked that tasklib and pynvim has been installed.I also installed taskwarrior using brew, and it works in the command line. However, the commands, such as
:TaskWikiMod
returnedcommand not found
in Neovim, and tasks in Vimwiki were also not synced during save.The text was updated successfully, but these errors were encountered: