Mini.deps :DepUpdate does not update everything #1895
Replies: 1 comment
-
|
If plugin is not listed in confirmation buffer during update and it is listed in the buffer after I've just tried this config locally (on The only ones that are not installed are the ones that are not sourced in 'lua/plugins/init.lua' file. There are also several Without more information about which plugins are not listed, I can not help much. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Contributing guidelines
Module(s)
mini.deps
Question
My config files are very organized; when I switched from lazy.nvim to mini.deps I kept this.
init.lua requires plugins/init.lua
This in turn requires plugins/lsp.lua, plugins/treesitter.lua, plugins/tmux.lua, etc.
Each of these files, in turn, uses mini.deps add to load the plugin. These plugins do load, and I can use them in my editing, but only a couple will be included when I update my plugins: treesitter, mini.nvim, and a couple of others. However, plugins I am activly using in my editing won't all update: LSP plugins, for example.
If I open the individual files and :source them, then update, they will be included. I cannot figure out if this means that I am doing something wrong, or if mini.deps is buggy on what it decides to update. Note that the same plugins that won't update will show up as unused when I run DepsClean, again, even if I am activly using them.
Am I messing up? Is there something I can do to force these all my plugins to update?
Beta Was this translation helpful? Give feedback.
All reactions