Change lvim to nvim

This commit is contained in:
Alessandro
2024-10-28 16:27:58 +01:00
parent af539a7ebc
commit 0c8fea8a30

View File

@@ -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};