Boomeranging back to Neovim
Been playing with new color schemes as I've switched to Alacritty. Ran into a scenario where there was a color scheme for Neovim and not Vim. New color scheme is solid, so my previous color scheme issues are now null and void. Instead of juggling around with a shared configuration, I've committed to a separate configuration for Vim and Neovim.
This commit is contained in:
parent
82bbb89260
commit
b53f430f59
5 changed files with 74 additions and 6 deletions
|
@ -88,3 +88,7 @@ alias grb='git rebase'
|
|||
alias grbm='git rebase $(git_default_branch)'
|
||||
alias grm='git rm'
|
||||
alias gst='git status'
|
||||
|
||||
# Use nvim in place of vim
|
||||
alias vim='nvim'
|
||||
alias vimdiff='nvim -d'
|
||||
|
|
2
zsh/.env
2
zsh/.env
|
@ -1,5 +1,5 @@
|
|||
export CLICOLOR=1
|
||||
export EDITOR=vim
|
||||
export EDITOR=vvim
|
||||
export KEYTIMEOUT=1
|
||||
export QUOTING_STYLE=literal
|
||||
export SSH_AUTH_SOCK=$XDG_RUNTIME_DIR/gcr/ssh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue