Skip to content

Commit 8e5744f

Browse files
committed
feat(#9):updated gen script
1 parent 8a3563b commit 8e5744f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/scripts/genconfig.sh

+1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ while getopts ":p:e:tn" opt; do
6969
done
7070

7171
qvim_state_name="quantumvim"
72+
NVIM_APPNAME="${NVIM_APPNAME:-"qvim"}"
7273

7374
XDG_CACHE_HOME="${XDG_CACHE_HOME:-"$HOME/.cache"}"
7475
XDG_STATE_HOME="${XDG_STATE_HOME:-"$HOME/.local/state"}"

0 commit comments

Comments
 (0)