NTBBloodbath / cheovim

Neovim configuration switcher written in Lua. Inspired by chemacs.
GNU General Public License v2.0
332 stars 13 forks source link

Pretty much obsolete now (?) #23

Open NoNaim95 opened 1 year ago

NoNaim95 commented 1 year ago

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

NTBBloodbath commented 1 year ago

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.

Cheers