aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2016-01-14 17:52:48 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2016-01-14 17:53:33 +0100
commitdd292129ff29ed96b9fa24af408b14da7cac5a4e (patch)
treec5716a9b61a58d9a4d35fba8fee9fe4d6402cb54
parent81873932548d4dda5345c19c3a635d53e25da061 (diff)
downloaddotfiles-dd292129ff29ed96b9fa24af408b14da7cac5a4e.tar.xz
zsh: zprofile: Use nvim
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r--zsh/.zprofile5
1 files changed, 2 insertions, 3 deletions
diff --git a/zsh/.zprofile b/zsh/.zprofile
index 653b8ad..4229906 100644
--- a/zsh/.zprofile
+++ b/zsh/.zprofile
@@ -19,9 +19,8 @@ export ABSROOT="$HOME"/build/abs
export HTTPIE_CONFIG_DIR="$XDG_CONFIG_HOME"/httpie
export PASSWORD_STORE_DIR="$XDG_DATA_HOME"/password-store
-export EDITOR=vim
-export VISUAL=vim
-export VIMINIT='source $XDG_CONFIG_HOME/vim/vimrc'
+export VISUAL=nvim
+export NVIM_TUI_ENABLE_TRUE_COLOR=1
export BROWSER=chromium
export TERMINAL=termite