Change lvim to nvim
This commit is contained in:
3
config.h
3
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};
|
||||
|
||||
Reference in New Issue
Block a user