Create lua/middleclass.lua symlink to origin file#65
Create lua/middleclass.lua symlink to origin file#65anuvyklack wants to merge 2 commits intokikito:masterfrom
lua/middleclass.lua symlink to origin file#65Conversation
To make middleclass git repo work with Neovim plugin managers.
|
This symlink approach unfortunately doesn't work on Windows OS. To prevent Noevim plugin authors from unintentionally breaking plugins on Windows, a different approach will be required to allow this repo to be used as a dependency in new Neovim plugins. |
|
In my opinion, windows users can just do But why don't we move |
|
Everything ingenious is simple! |
And create a symlink in the root to the lua/middleclass.lua file.
|
Good solution! The git config update would have been fine, with some additional README updates, but this way is much better. |
|
Why still have the symlink at all? My experience is that will break more cases than it fixes. I would suggest just putting the file where it is usable by all relevant consumers in the first place and adjust usage to assume that location. |
|
Hi, I am a neovim user and I like neovim, but Lua usage is quite wide in a lot of other areas. The |
To make middleclass git repo work with Neovim plugin managers.