From 0c8fea8a3091e52815bff9ec8cb113b3d73a051f Mon Sep 17 00:00:00 2001 From: Alessandro Date: Mon, 28 Oct 2024 16:27:58 +0100 Subject: [PATCH] Change lvim to nvim --- config.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config.h b/config.h index 428b97a..87d9fe7 100644 --- a/config.h +++ b/config.h @@ -83,8 +83,7 @@ static const char *dmenucmd[] = { static const char *termcmd[] = {"alacritty", NULL}; static const char *browsercmd[] = {"firefox", NULL}; static const char *filemanagercmd[] = {"thunar", NULL}; -static const char *idecmd[] = {"alacritty", "-e", "/home/jika/.local/bin/lvim", - NULL}; +static const char *idecmd[] = {"alacritty", "-e", "nvim", NULL}; static const char *screenshotcmd[] = {"xfce4-screenshooter", "-r", "-s", "Pictures", NULL}; static const char *switchkbcmd[] = {"xkb-switch", "-n", NULL};