From 0f1e7caf4c14f51f6a6784ea192c1e885c02298b Mon Sep 17 00:00:00 2001 From: Gustavo Cordova Date: Wed, 18 Feb 2026 10:23:43 -0800 Subject: [PATCH] Add: claude.vim; sort the list --- pack/plugins/start/update.sh | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/pack/plugins/start/update.sh b/pack/plugins/start/update.sh index 866a9bd..d131c7d 100755 --- a/pack/plugins/start/update.sh +++ b/pack/plugins/start/update.sh @@ -1,16 +1,18 @@ #!/bin/bash PLUGINS=' -https://github.com/preservim/nerdtree -https://github.com/SirVer/ultisnips -https://github.com/jreybert/vimagit -https://github.com/vim-airline/vim-airline -https://github.com/altercation/vim-colors-solarized -https://github.com/tpope/vim-dadbod.git https://github.com/airblade/vim-gitgutter -https://github.com/sheerun/vim-polyglot +https://github.com/altercation/vim-colors-solarized https://github.com/honza/vim-snippets -https://tpope.io/vim/fugitive.git +https://github.com/jreybert/vimagit +https://github.com/pasky/claude.vim +https://github.com/preservim/nerdtree +https://github.com/sheerun/vim-polyglot +https://github.com/SirVer/ultisnips +https://github.com/tpope/vim-dadbod.git +https://github.com/vim-airline/vim-airline +https://github.com/Xuyuanp/nerdtree-git-plugin.git +https://github.com/tpope/vim-fugitive.git ' z=$'\e[0m'