A minimal Neovim configuration.
Clone this repository to ~/.config/nvim
to install the configuration.
git clone https://github.com/shivamashtikar/mini-nvim.git ~/.config/nvim
Clone to a separate folder to keep it isolated from your default Neovim config:
git clone https://github.com/shivamashtikar/mini-nvim.git ~/.config/mini-nvim
Add 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 ~/.zshrc
Now you can use v
to launch Neovim with this configuration while keeping your default config untouched.