Révision | bcbee2163b37de09778c189f8e89ac9c90d4479b (tree) |
---|---|
l'heure | 2023-04-28 15:42:41 |
Auteur | badcoff33 <none@none> |
Commiter | badcoff33 |
skip dirvish, use tagbar
@@ -9,15 +9,14 @@ unpack_to_start = [ | ||
9 | 9 | "pack/unzipped/start/", |
10 | 10 | "https://github.com/mhinz/vim-signify/archive/refs/heads/master.zip", |
11 | 11 | "https://github.com/godlygeek/tabular/archive/refs/heads/master.zip", |
12 | - "https://github.com/justinmk/vim-dirvish/archive/refs/heads/master.zip", | |
13 | 12 | "https://github.com/aklt/plantuml-syntax/archive/refs/heads/master.zip" |
13 | + "https://github.com/preservim/tagbar", | |
14 | 14 | ] |
15 | 15 | |
16 | 16 | unpack_to_opt = [ |
17 | 17 | "pack/unzipped/opt/", |
18 | 18 | "https://github.com/junegunn/vim-easy-align/archive/refs/heads/master.zip", |
19 | 19 | "https://github.com/lilydjwg/colorizer/archive/refs/heads/master.zip", |
20 | - "https://github.com/liuchengxu/vista.vim/archive/refs/heads/master.zip", | |
21 | 20 | ] |
22 | 21 | |
23 | 22 | zip_fname = os.getenv("TEMP") + os.sep + "pack_download.zip" |