From 9cd1e4f16131c41f2b16637ced9fd184573a7102 Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Fri, 26 Dec 2025 00:57:46 -0500 Subject: Start shifting over to nvim0.12, fix treesitter, add nvim compile script --- install.sh | 6 ------ 1 file changed, 6 deletions(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 650ad34..4ef204d 100755 --- a/install.sh +++ b/install.sh @@ -39,12 +39,6 @@ if ! [ -d "$_nvimdir" ] ; then fi setLink -s "$(pwd)/dotfiles/nvim/init.lua" -d "$_nvimdir/init.lua" -_paq_dir="${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/pack/paqs/start/paq-nvim -if ! [ -d "$_paq_dir" ] ; then - git clone --depth=1 https://github.com/savq/paq-nvim.git "$_paq_dir" - printf "\033[1;31m%s\033[0m\n" "You will need to run ':PacSync' in neovim" -fi - _ghosttydir="$HOME/.config/ghostty" if ! [ -d "$_ghosttydir" ] ; then mkdir "$_ghosttydir" -- cgit v1.2.3