-
Hello everyone, hope you're having a great start of the week. I've been struggling with the lazy setup and it's really strange what is happening. Basically if I run the minimal config it works properly but if I run my config, it doesn't work at all: https://github.com/BitInByte/.dotfiles/tree/lua-config-v2 It's really strange with my config it always says that lazy is not found when I run checkhealth :( |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
You should require lazy after line 18, otherwise that cant work. Also, there's not need to use pcall require anywhere in your config with lazy |
Beta Was this translation helpful? Give feedback.
https://github.com/BitInByte/.dotfiles/blob/b26bbe700dc02f1d78e2662a07b787267fa007ec/nvim/lua/plugins.lua#L1
You should require lazy after line 18, otherwise that cant work.
Also, there's not need to use pcall require anywhere in your config with lazy