From 2d605cd9cdca3ecc6623ccbb66181e66c0c1c079 Mon Sep 17 00:00:00 2001 From: FaultyBranches Date: Wed, 29 Oct 2025 15:59:06 -0500 Subject: [PATCH] fix: Fixing the symbolic linking of the directories for neovim. They used to create sub-directoriees that were also links. --- deploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy.sh b/deploy.sh index f5ebd17..5e26979 100755 --- a/deploy.sh +++ b/deploy.sh @@ -9,8 +9,8 @@ declare -A configs=( ["zshrc"]="$HOME/.zshrc" ["fb-custom.zsh-theme"]="$HOME/.oh-my-zsh/custom/themes" ["nvim/init.lua"]="$HOME/.config/nvim/init.lua" - ["nvim/lua"]="$HOME/.config/nvim/lua" - ["nvim/snippets"]="$HOME/.config/nvim/snippets" + ["nvim/lua"]="$HOME/.config/nvim/" + ["nvim/snippets"]="$HOME/.config/nvim/" ["tmux.conf"]="$HOME/.tmux.conf" ["wezterm.lua"]="$HOME/.config/wezterm/wezterm.lua" # ["wezterm.local_linux.lua"]="$HOME/.config/wezterm/local.lua"