This repository has been archived by the owner on Apr 16, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 107
Disabling which-key let doomnvim configuration to fail #124
Labels
branch: develop
For stuff regarding to development branch
priority: high
High priority stuff
scope: bug
Something isn't working
Comments
Hey, can you please delete the which-key plugin again and send the output of I think it's probably that packer isn't running |
Did you type Y to the questions? |
Yes, I did.
Yes, I run PackerCompile afterwards.
Yes, I restarted nvim after running PackerCompile.
Then I got an error message. After syncing with the repo
this morning the error message says:
Error in packer_compiled: ...vim/site/pack/packer/opt/packer.nvim/lua/packer/load.lua:13: Err
or: attempted to load which-key.nvim which is not present in plugins table!
Why is a plugin tried to be loaded after removing it?
or
Why is it possible to remove a plugin, which makes doom-nvim to fail,
if not there?
…On 09/25 09:30, Osamu Aoki wrote:
Did you type Y to the questions?
--
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub:
#124 (comment)
|
Hi, I think I caught what the error is. I was wrongly assuming that which-key is present and trying to load it in our init file. I'll fix it asap. Regards |
NTBBloodbath
added
scope: bug
Something isn't working
priority: high
High priority stuff
labels
Sep 26, 2021
NTBBloodbath
added a commit
that referenced
this issue
Sep 26, 2021
Please update Doom and let me know if this still happens |
Fixed! Thank you!
…On 09/26 01:38, Alejandro wrote:
Please update Doom and let me know if this still happens
--
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub:
#124 (comment)
|
This was referenced Nov 10, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
branch: develop
For stuff regarding to development branch
priority: high
High priority stuff
scope: bug
Something isn't working
Hi,
in doom_config.lua there is written:
The warning let one disable which-key in doom_modules.lua. When nvim is started, which-key will be removed. Next start this message appears: "Check you config for correctness!" which is the second half of a two line message and which first part is not displayed and contains supposedly the information, what has gone wrong. Enabling which-key again fixes that problem...but it
is in contradiction to what the Warning implies.
The text was updated successfully, but these errors were encountered: