Replies: 1 comment
-
I just symlink to |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Is there a repo/gist showing the steps for the most basic local plugin? I've been scratching my head with this for two days, I've read the reddit posts / issues but still don't get it.
I define the following plugin:
stdpath.config/local-plugins/myplug/lua/myplug.lua
In my
plugins.lua
table I add it:Upon inspecting it in lazy I see it's not loaded but can't seem to see any loading error log or anything like this (nor in
:messages
).So I checked the path and to my surprise it's not respecting
dir
and looks for an hardcoded~/projects
pathOn another thread on reddit I saw someone mention an issue with combining those, so I removed
dev = true
and it does now look for the proper path, aka thedir
key:A minimal repro of a working version would be great if anyone has that.
I tried a LOT of other variations of this without success, I'm sure it's something stupid
Thanks
ps: I'm a noob at both neovim and lua
Beta Was this translation helpful? Give feedback.
All reactions