You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Neovim introduced $NVIM_APPNAME in this commit. This allows users to switch configs based on an environment variable (all references to outside ressources (for example data for packages)) now uses $NVIM_APPNAME, so I think this repo is no longer needed. You can read on the feature and the original issue
The text was updated successfully, but these errors were encountered:
Hey, yeah that new Neovim built-in feature should be able to completely ditch cheovim in the near future and fix the symlinks hijack required by now.
I'll keep this repository open for PRs containing hotfixes aka maintenance development state until Neovim 0.9 becomes a thing in at least the most popular Linux distributions so we can just recommend to move to Neovim 0.9 in order to get a better implementation of what cheovim tries to achieve.
Neovim introduced $NVIM_APPNAME in this commit. This allows users to switch configs based on an environment variable (all references to outside ressources (for example data for packages)) now uses $NVIM_APPNAME, so I think this repo is no longer needed. You can read on the feature and the original issue
The text was updated successfully, but these errors were encountered: