Replies: 1 comment 1 reply
-
Are you using either of the two ways to setup your plugins? If you are setting up lazy and your plugins in the same file you need to setup your plugins within lazy setup as shown in the link. I hope this help. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Why does adding this line at the end causes the existing code BEFORE to stop working?
sample error messages
A bit of context
I have a working neovim setup with nixos, and I'm trying to migrate to lazy.nvim.
My plan was to move each plugin I have one-by-one to use lazy, so I can test each step.
Since my code was always working I didn't expect new statement at the end of file to break it. I'm new to neovim and this blows my mind, as I can't find an explanation to this behavior.
Could somebody please explain how the last statement could break all of the seemingly unaffected logic?
Beta Was this translation helpful? Give feedback.
All reactions