Update vim config, change default editor

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2019-04-01 19:55:06 +02:00
parent 365a316cd4
commit 23312253dc
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 5a813210b289d92bbf24c82d154f6e06b5acf16b
Subproject commit d5b1da9397038dbf42c285c51aa55a99b6b59aa8

View File

@ -9,7 +9,7 @@ source $HOME/.zsh/go-binaries.sh
export PATH=$PATH:$HOME/.local/bin
## Some default settings
export EDITOR=/usr/bin/vim
export EDITOR=/usr/bin/nvim
export BROWSER=/bin/echo # enable usage of `hub browse` on remote machines
export AUTOGOPATH_DEFAULT=$HOME/gocode
export ANSIBLE_NOCOWS=1