Skip to content
Discussion options

You must be logged in to vote

Hi! Thanks for kind words!

The workflow you describe was discussed in #1326 and is not really 100% possible. My suggestion would be:

  • Install it as a regular plugin with add() but under a different name. So add({ source = 'diego-velez/mini.nvim', name = 'my-mini', checkout = 'HEAD' }) (while disabling "regular" adding of 'mini.nvim'). Then perform changes directly inside '~/.local/share/nvim/site/pack/deps/opt/my-mini'.
  • If there is local plugin for development, my suggestion would be to directly put it inside different package. For example '~/.local/share/nvim/site/pack/develop/opt/my-plugin' (requires a dedicated vim.cmd.packadd('my-plugin')). If you really need it to be located in '~/nv…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by diego-velez
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested mini.deps
2 participants