mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 12:46:39 +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 "$@"
|
||||||
|
}
|
||||||
1
zshrc
1
zshrc
@@ -130,6 +130,7 @@ source "$DOTZSH/copilot.zsh"
|
|||||||
source "$DOTZSH/emacs.zsh"
|
source "$DOTZSH/emacs.zsh"
|
||||||
source "$DOTZSH/fzf.zsh"
|
source "$DOTZSH/fzf.zsh"
|
||||||
source "$DOTZSH/less.zsh"
|
source "$DOTZSH/less.zsh"
|
||||||
|
source "$DOTZSH/neovim.zsh"
|
||||||
source "$DOTZSH/nix.zsh"
|
source "$DOTZSH/nix.zsh"
|
||||||
source "$DOTZSH/tmux.zsh"
|
source "$DOTZSH/tmux.zsh"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user