diff update-vendor @ 716:42e58cea7821

[vimrc] Remove unused craps
author nanaya <me@nanaya.net>
date Mon, 19 Dec 2022 05:39:15 +0900
parents 4576f1471f53
children 1f8218896f2a
line wrap: on
line diff
--- a/update-vendor	Wed Nov 08 14:21:35 2023 +0900
+++ b/update-vendor	Mon Dec 19 05:39:15 2022 +0900
@@ -28,15 +28,6 @@
   )
 }
 
-_autoloads() {
-(
-  cd "$(dirname "$0")/vendor/vim-autoload"
-
-  rm -f ./*.vim ./*/*.vim
-  _get "https://raw.githubusercontent.com/tpope/vim-pathogen/master/autoload/pathogen.vim"
-)
-}
-
 _syntaxes() {
 (
   cd "$(dirname "$0")/vendor/vim-syntax"
@@ -59,16 +50,6 @@
 )
 }
 
-_colors() {
-(
-  cd "$(dirname "$0")/vendor/vim-colors"
-
-  rm -f ./*.vim ./*/*.vim
-  _get https://raw.githubusercontent.com/NLKNguyen/papercolor-theme/master/colors/PaperColor.vim
-  _get https://raw.githubusercontent.com/tomasiser/vim-code-dark/master/colors/codedark.vim
-)
-}
-
 _packs() {
 (
   cd "$(dirname "$0")/vendor/vim-packs"
@@ -80,7 +61,5 @@
 )
 }
 
-_autoloads
 _syntaxes
-_colors
 _packs