Skip to content

Commit

Permalink
maint: un-comment neovim nightly zinit install cmd
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
  • Loading branch information
vladdoster committed Oct 1, 2022
1 parent 40d0008 commit d72c9d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zsh/.config/zsh/zinit.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ zi from'gh-r' lbin'!' nocompile light-mode for \
zi ice from'gh-r' lbin'!**/exa' nocompile atinit"alias l='exa -blF'; alias la='exa -abghilmu'; alias ll='exa -al'; alias ls='exa --git --group-directories-first'"
zi light @ogham/exa
for i (v vi); do alias $i="nvim"; done
# zinit ice from'gh-r' ver'nightly' nocompletions atinit'for i (v vi vim); do alias $i="nvim"; done' nocompile lbin'!**/nvim -> nvim'
# zinit light @neovim/neovim
zinit ice from'gh-r' ver'nightly' nocompletions atinit'for i (v vi vim); do alias $i="nvim"; done' nocompile lbin'!**/nvim -> nvim'
zinit light @neovim/neovim
#=== UNIT TESTING =====================================
zi ice as'command' atclone'./build.zsh' pick'zunit'; zi light @zdharma-continuum/zunit
zi ice wait lucid nocompletions nocompile atinit'bindkey -M vicmd "^v" edit-command-line'; zi light @softmoth/zsh-vim-mode
Expand Down

0 comments on commit d72c9d4

Please sign in to comment.