# # NeoVim setup. # avim() { NVIM_PROFILE="astro" nvim "$@" } cvim() { NVIM_PROFILE="nvchad" nvim "$@" }