You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.
Where is exactly your local package located? I'm not sure what will happen if you add a path to a local package that is already located in the packager folder. That might cause some issues. Idea is to add any other path that will just create a symlink to the packager folder: Example:
packager.local('~/packages/my-package')
and this will basically do ln -s ~/packages/my-package ~/.config/nvim/pack/packager/start/my-package
how exactly are you setting your packages location when it's ~/racine/plugin/manager/neovimpack ? By default it should be something like ~/.config/nvim/pack/packager.
so it creates 2 symlinks :
really cool pack manager, btw !
The text was updated successfully, but these errors were encountered: