Custom name for noice.nvim with lazy.nvim #1083
Unanswered
viktor-yakubiv
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
-
In my config, I have all plugins (automatically) renamed with removing any
nvim
prefixes and suffixes. In this case,noice.nvim
(what is the automatic plugin name from the repository name) becomes justnoice
.For the past year, I have experienced a weird behaviour: it seemed that my settings were disrespected. Since the plugin is described as "experimental", I have considered this being okay. Recently, I have checked what actually Lazy loads, and it reported two plugins:
noice
loaded on VeryLazy — as I configured, andnoice.nvim
loaded at start — what I could not find throughout my configuration by but have found insidelazy.lua
in the repository root.I assume, the referenced file is a custom instruction for Lazy to mark some Noice.nvim's dependencies load on demand (lazy load). I have documented this in the commit message.
My question is: did I make the correct assumption?
Beta Was this translation helpful? Give feedback.
All reactions