Automatically trust and reload .lazy.lua local configuration #1987
Unanswered
BenLeadbetter
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Firstly, thanks to the lazy.lua community! What a fantastic plugin manager 🏅
Is there a way to always trust the local
.lazy.lua
configuration file and to reload plugins when this configuration is edited?Currently when I edit my local
.lazy.lua
file no automatic reload happens like when I edit my centralised configuration lua files in~/.config/nvim
. In order to reload I must quit my current nvim session and relaunch. Then I'm reprompted to "trust" the edited local.lazy.lua
file. This is a big speed bump for my workflow, which involves editing this file very frequently (for dap configuration, especially).This discussion mentions a
~/.local/state/nvim/trust
file which sounds promising but I can't find any docs on it.Any suggestions or help would be greatly appreciated! 😄
Beta Was this translation helpful? Give feedback.
All reactions