michal-h21 / vim-zettel

VimWiki addon for managing notes according to Zettelkasten method
MIT License
557 stars 73 forks source link

I'm unable to acces any vimwiki mappings and suspect this is the issue... #57

Closed 1xch closed 4 years ago

1xch commented 4 years ago

No mappings for this plugin and the vimwiki plugin are loading for me, although functions and otherwise appear to work which makes doing anything a gigantic pain.

The only clue I have now is this from dein log:

Error generating helptags:
Vim(helptags):E154: Duplicate tag "g:vimwiki_markdown_link_ext" in file /~/.cache/dein/.cache/init.vim/.dein/doc/zettel.txt
function dein#util#_check_vimrcs[15]..dein#recache_runtimepath[1]..dein#install#_recache_runtimepath[19]..<SNR>150_helptags, line 12

Any suggestions or help?

michal-h21 commented 4 years ago

I've removed the tag header for the g:vimwiki_markdown_link_ext variable from the documentation. Does this fix the issue?

1xch commented 4 years ago

That removes the error message, but it does not fix the issue yet, I do not see either vimwiki or vim-zett in my script list, although I can still slowly and manually access functions (e.g. VimwikiUISelect) but not keymappings (e.g. ws).

After blowing out the cache and reloading it appears to be working, so I'll say its ok for now, I'll reopen this or another if it returns.