Switching Neovim configs, is easier than ever now!

This page summarizes the projects mentioned and recommended in the original post on /r/neovim

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • neovim

    Vim-fork focused on extensibility and usability

  • This Commit introduced the $NVIM_APPNAME environment variable. This variable controls the place where Neovim will look for, when looking for configs, data etc.

  • cheovim

    Neovim configuration switcher written in Lua. Inspired by chemacs.

  • From what I understand -u just sets the init.vim/init.lua, and does not set the config path internally to that location. The config would still point to the default configuration folder (~/.config/nvim in most cases). In the normal case this would lead to neovim not starting up properly due to not finding the rest of the config files (files that are require-ed). In a worse case it finds those names in the default config and you wonder why your new config is not working. To make it work properly, you would have to do some symlink hacks to mock different isolated profiles. This plugin was written to do exactly this. But now it's no longer needed since $NVIM_APPNAME allows different appnames (instead of multiplexing multiple configs over one config folder via symlinks).

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts