This repository contains an isolated Neovim configuration environment. It will not interfere with your existing Neovim configuration by using a separate set of environment variables such as XDG_CONFIG_HOME
, XDG_DATA_HOME
, etc.
I used this for rewriting my Neovim configuration from scratch. I wanted to keep my existing configuration intact for work and other stuff.
Everything on the ./nvim/
is free to modified and deleted.
- Clone the repository:
git clone <repository-url>
cd nvim-isolated
- Activate the environment:
source activate
- Open Neovim:
nvim