From bdb652d19dee88a22ba71cfa5980d8690c9f9a88 Mon Sep 17 00:00:00 2001 From: Clay Gomera Date: Sun, 19 Feb 2023 20:42:28 -0400 Subject: [PATCH] updated --- user/.xinitrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/user/.xinitrc b/user/.xinitrc index bb6e04ee2..91aa360e1 100755 --- a/user/.xinitrc +++ b/user/.xinitrc @@ -31,8 +31,8 @@ fi ### ENVIRONMENT VARIABLES export MOZ_USE_XINPUT2=1 -export EDITOR="emacsclient -t -a ''" # $EDITOR use Emacs in terminal -export VISUAL="emacsclient -c -a emacs" # $VISUAL use Emacs in GUI mode +export EDITOR="lvim" # $EDITOR use lunarvim in terminal +export VISUAL="neovide --neovim-bin ./.local/bin/lvim" # $VISUAL use neovide for lunarvim in GUI export XDG_DATA_HOME="${XDG_DATA_HOME:="$HOME/.local/share"}" export XDG_CACHE_HOME="${XDG_CACHE_HOME:="$HOME/.cache"}" export XDG_CONFIG_HOME="${XDG_CONFIG_HOME:="$HOME/.config"}"