Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 669 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 669 Bytes

Neovim Isolated Configuration

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.

Getting Started

  1. Clone the repository:
git clone <repository-url>
cd nvim-isolated
  1. Activate the environment:
source activate
  1. Open Neovim:
nvim