From f39376a79d44cd84ab59deaeb167df8ed2f94a49 Mon Sep 17 00:00:00 2001 From: D4VID Date: Fri, 15 Dec 2023 13:50:27 +0100 Subject: [PATCH] set lvim as editor --- zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index 3ab0a70..078be4c 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -111,7 +111,7 @@ ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=8" bindkey '^ ' autosuggest-accept # accept suggestion with ctrl-space -export EDITOR='nvim' +export EDITOR='lvim' export TERM=screen-256color export PATH=$PATH:/home/david/.local/bin:/home/david/.dotnet/tools