From dd292129ff29ed96b9fa24af408b14da7cac5a4e Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Thu, 14 Jan 2016 17:52:48 +0100 Subject: zsh: zprofile: Use nvim MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- zsh/.zprofile | 5 ++--- 1 file 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 -- cgit v1.2.3-54-g00ecf