2
0

fix: apply aishell review findings

- fix vim-plug URL typo (juneguyen -> junegunn) in install.zsh
- fix recent-dirs path to ~/.chpwd-recent-dirs in ais
- remove dead plugins (cdselect, fileselect, histselect) superseded by ais
- fix .gitignore to properly exclude target/ dirs
This commit is contained in:
ai
2026-04-03 10:49:23 +00:00
parent 97aadc98a4
commit 31d6c2f8c7
6 changed files with 3 additions and 194 deletions

View File

@@ -41,7 +41,7 @@ mkdir -p "$HOME/.vim/undo"
# install vim-plug
if [ ! -f "$HOME/.vim/autoload/plug.vim" ]; then
curl -fLo "$HOME/.vim/autoload/plug.vim" --create-dirs \
https://raw.githubusercontent.com/juneguyen/vim-plug/master/plug.vim
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
echo "vim-plug: installed"
fi