Add: claude.vim; sort the list

This commit is contained in:
2026-02-18 10:23:43 -08:00
parent a09f487b72
commit 0f1e7caf4c

View File

@@ -1,16 +1,18 @@
#!/bin/bash #!/bin/bash
PLUGINS=' 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/airblade/vim-gitgutter
https://github.com/sheerun/vim-polyglot https://github.com/altercation/vim-colors-solarized
https://github.com/honza/vim-snippets 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' z=$'\e[0m'