Closed haru02w closed 10 months ago
Hey 👋
Try this:
mkdir -p nvim/after/plugin
echo "error('Should show this error at neovim startup')" > nvim/after/plugin/init.lua
👋 It still not throwing the error yet.
Fixed with https://github.com/mrcjkb/kickstart-nix.nvim/commit/d0be2e86b42abffd500f282265fce018cc85049f.
Thanks for reporting :smile:
On a side note: Your screenshot says you have the file in after/init.lua. It has to be in after/plugin/init.lua.
Thanks for the quick fix. I didn't notice it was that simple
Thanks for the quick fix. I didn't notice it was that simple
Yeah, a dumb mistake on my end. I created the directory, then copied the directory into the directory, which resulted in $out/after/after
instead of $out/after/
:facepalm:
How to reproduce: