We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a3563b commit 8e5744fCopy full SHA for 8e5744f
utils/scripts/genconfig.sh
@@ -69,6 +69,7 @@ while getopts ":p:e:tn" opt; do
69
done
70
71
qvim_state_name="quantumvim"
72
+NVIM_APPNAME="${NVIM_APPNAME:-"qvim"}"
73
74
XDG_CACHE_HOME="${XDG_CACHE_HOME:-"$HOME/.cache"}"
75
XDG_STATE_HOME="${XDG_STATE_HOME:-"$HOME/.local/state"}"
0 commit comments