michal-h21 / vim-zettel

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

How to install using vim-packages? #93

Closed heitorPB closed 3 years ago

heitorPB commented 3 years ago

I'm trying to install vim-zettel without package managers, using vim-packages (:help packages). So I cloned the repo in ~/.local/share/nvim/site/pack/vim-zettel/start/.

but I can't access the help manual from neovim. I can see the vim-zettel.txt in :help local-additions, but when I try to open it I get an error E149: Sorry, no help for vim-zettel.txt. It works fine for vimwiki.

What I am doing wrong?

heitorPB commented 3 years ago

the problem was my own lack of knowledge. For plugins installed as packages we need to generate the tags manually: :helptags all fixed all the problems.