feat: Removing nvim-lspconfig and starting the removal of Mason, adding

in LSP definitions for servers that are used, adding in a script to
check for LSPs, removing some extraneous items in the tmux conf, moving
autopairs to its own file
This commit is contained in:
2026-08-16 20:19:05 -05:00
parent 5608ade094
commit 86475a8e8e
25 changed files with 352 additions and 123 deletions

View File

@@ -26,8 +26,10 @@ declare -a config_directories=(
"$HOME/.config/zsh"
)
for dir in ${config_directories[@]}; do
mkdir -p ${dir}
echo "----- Creating the install directories and linking config files..."
for dir in "${config_directories[@]}"; do
mkdir -p "${dir}"
done
for dotfile in "${!configs[@]}"; do