summaryrefslogtreecommitdiff
path: root/utils/installer/uninstall.sh
diff options
context:
space:
mode:
authorkylo252 <[email protected]>2022-04-20 13:22:26 +0200
committerGitHub <[email protected]>2022-04-20 13:22:26 +0200
commit0481ec8dddf4bd8ed81c10ae98807fec97f6f872 (patch)
tree10a85cd7266f288a9b49e9658a377413854622ba /utils/installer/uninstall.sh
parent3d841425aed288091068bbb8d15376c9908c6cec (diff)
refactor: update impatient (#2477)
Diffstat (limited to 'utils/installer/uninstall.sh')
-rwxr-xr-xutils/installer/uninstall.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/utils/installer/uninstall.sh b/utils/installer/uninstall.sh
index ebcb2ca3..8fc8e693 100755
--- a/utils/installer/uninstall.sh
+++ b/utils/installer/uninstall.sh
@@ -9,9 +9,7 @@ declare -r XDG_CONFIG_HOME="${XDG_CONFIG_HOME:-"$HOME/.config"}"
declare -r LUNARVIM_RUNTIME_DIR="${LUNARVIM_RUNTIME_DIR:-"$XDG_DATA_HOME/lunarvim"}"
declare -r LUNARVIM_CONFIG_DIR="${LUNARVIM_CONFIG_DIR:-"$XDG_CONFIG_HOME/lvim"}"
-
-# TODO: Use a dedicated cache directory #1256
-declare -r LUNARVIM_CACHE_DIR="$XDG_CACHE_HOME/nvim"
+declare -r LUNARVIM_CACHE_DIR="${LUNARVIM_CACHE_DIR:-"$XDG_CACHE_HOME/lvim"}"
declare -a __lvim_dirs=(
"$LUNARVIM_CONFIG_DIR"