-
Hey everyone, I just realized I cannot delete any plugin without having this error on startup:
This is my Neovim's config directory structure:
All I did was: I tried deleting Clearly I'm basically clueless with this, any hint? |
Beta Was this translation helpful? Give feedback.
Answered by
itaranto
Dec 1, 2023
Replies: 1 comment 6 replies
-
lazy is not caching plugin modules. What's at ~/.config/nvim/init.lua:18? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Oh, I'm such a f*ing idiot, you guys are probably gonna kill me 😄
I totally forgot that I recently switched to managing my dotfiles via a symlink manager 🤦♂️
While
~/.dotfiles/config/nvim/lua/plugins/formatter.lua
got deleted, the symlink~/.config/nvim/lua/plugins/formatter.lua
was still there.