mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 23:47:23 +00:00
zsh: replace vim with nvim inside the NeoVim
This commit is contained in:
parent
d0f646d19b
commit
6bd642d863
1 changed files with 6 additions and 3 deletions
|
|
@ -1,9 +1,12 @@
|
|||
# Common settings
|
||||
|
||||
export PATH=$HOME/apps/bin:$PATH
|
||||
export EDITOR="/usr/bin/vim"
|
||||
# export SSH_KEY_PATH="~/.ssh/rsa_id"
|
||||
# export ARCHFLAGS="-arch x86_64"
|
||||
|
||||
if [[ "$NVIM" ]]; then
|
||||
export EDITOR="/usr/bin/nvim"
|
||||
else
|
||||
export EDITOR="/usr/bin/vim"
|
||||
fi
|
||||
|
||||
# NVM
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue