This repository was archived by the owner on Nov 30, 2023. It is now read-only.
some questions about load plugins in lazy.nvim #24
Unanswered
shellRaining
asked this question in
Q&A
Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
It seems that |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
hey, pleasantly surprised to see that your neovim configuration has been refactored. This refactoring makes the code clearer, but I still have some issues
How do you deal with plugins such as
catppuccin/nvimhttps://github.com/askfiy/nvim/blob/master/lua/utils/aid/lazy.lua#L49, the
require_file_namewill be split to nvim, and that means in theme dir there will have a file named nvim.lua if i use this pluginwhy use load function to execute require(...).before()
https://github.com/askfiy/nvim/blob/master/lua/utils/aid/lazy.lua#L57, this load function seems return a nil value, which means
plugin_opts.configis nil, can i refactor this code fromto
Beta Was this translation helpful? Give feedback.
All reactions