A minimal Neovim configuration.
Clone this repository to ~/.config/nvim to install the configuration.
git clone https://github.com/shivamashtikar/mini-nvim.git ~/.config/nvimClone to a separate folder to keep it isolated from your default Neovim config:
git clone https://github.com/shivamashtikar/mini-nvim.git ~/.config/mini-nvimAdd this alias to your shell configuration file (~/.bashrc, ~/.zshrc, etc.):
alias v='NVIM_APPNAME=mini-nvim nvim'Then reload your shell configuration:
source ~/.bashrc # or ~/.zshrcNow you can use v to launch Neovim with this configuration while keeping your default config untouched.