Safely experiment with multiple Neovim configurations.
nvims installs or removes a Neovim configuration.
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Traap/nvims/master/install.sh)"
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Traap/nvims/master/uninstall.sh)"
nvims
nvims -d
Keybind | Action |
---|---|
ctrl-c | Cancel. |
ctrl-p | Previous selection |
ctrl-n | Next selection |
enter | Selecte highlighted item |
# alias | Github repository | default or branch name
readonly neovim_distros=(
"astro | AstroNvim/AstroNvim | default"
"asyncedd | asyncedd/dots.nvim | default"
"barebones | Traap/barebones | default"
"baretmux | Traap/barebones | tmux"
"default | none | none"
"exos | exosyphon/nvim | none"
"kickstart | nvim-lua/kickstart.nvim | default"
"lervag | lervag/dotnvim | default"
"nvchad | NvChad/NvChad | default"
"nvconf | TechnicalDC/NvConf | default"
"prime | Traap/init.lua | default"
"starter | LazyVim/starter | default"
"traap | Traap/nvim | default"
"vapour | Traap/VapourNvim | default"
"void | nvoid-lua/nvoid | default"
"xray | Traap/nvim | v0.9.5-lazyvim"
"zero | Traap/lazy.zero | default"
"zulu | Traap/nvim | v0.6.8-packer"
)
Note: see neovim_distros file for latest configuration packages supported.
if [[ -f "$HOME/.config/nvims/nvim_appnames" ]]; then
source "$HOME/.config/nvims/nvim_appnames"
fi
- Make a pull-request that updates neovim_distro with your GitHub URL and Branch.
- Your Neovim configuration MUST bootstrap itself.
- I'll test it on either Arch or Ubuntu.
- With 1, 2, and 3 passing. I'll merge your pull-request.