mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 04:46:41 +00:00
feat(shell): add neovim specific helpers
This commit is contained in:
11
zsh/neovim.zsh
Normal file
11
zsh/neovim.zsh
Normal file
@@ -0,0 +1,11 @@
|
||||
#
|
||||
# NeoVim setup.
|
||||
#
|
||||
|
||||
avim() {
|
||||
NVIM_PROFILE="astro" nvim "$@"
|
||||
}
|
||||
|
||||
cvim() {
|
||||
NVIM_PROFILE="nvchad" nvim "$@"
|
||||
}
|
||||
Reference in New Issue
Block a user