diff --git a/zsh/neovim.zsh b/zsh/neovim.zsh new file mode 100644 index 0000000..6cb55db --- /dev/null +++ b/zsh/neovim.zsh @@ -0,0 +1,11 @@ +# +# NeoVim setup. +# + +avim() { + NVIM_PROFILE="astro" nvim "$@" +} + +cvim() { + NVIM_PROFILE="nvchad" nvim "$@" +} diff --git a/zshrc b/zshrc index 5c76507..3b5a540 100644 --- a/zshrc +++ b/zshrc @@ -130,6 +130,7 @@ source "$DOTZSH/copilot.zsh" source "$DOTZSH/emacs.zsh" source "$DOTZSH/fzf.zsh" source "$DOTZSH/less.zsh" +source "$DOTZSH/neovim.zsh" source "$DOTZSH/nix.zsh" source "$DOTZSH/tmux.zsh"