mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 11:06:41 +00:00
12 lines
111 B
Bash
12 lines
111 B
Bash
#
|
|
# NeoVim setup.
|
|
#
|
|
|
|
avim() {
|
|
NVIM_PROFILE="astro" nvim "$@"
|
|
}
|
|
|
|
cvim() {
|
|
NVIM_PROFILE="nvchad" nvim "$@"
|
|
}
|