Mercurial > ec-dotfiles
diff update-vendor @ 662:f280738a90a6
[vim] vendor theme and add some more
author | nanaya <me@nanaya.pro> |
---|---|
date | Fri, 10 Dec 2021 20:20:30 +0900 |
parents | 56ac9d97d81b |
children | 2febdacae5b4 |
line wrap: on
line diff
--- a/update-vendor Fri Dec 10 19:02:27 2021 +0900 +++ b/update-vendor Fri Dec 10 20:20:30 2021 +0900 @@ -46,3 +46,12 @@ # _get https://raw.githubusercontent.com/vim/vim/master/runtime/syntax/typescriptcommon.vim # _get https://raw.githubusercontent.com/vim/vim/master/runtime/syntax/typescriptreact.vim ) + +( + cd "$(dirname "$0")/vendor/vim-colors" + + rm -f *.vim + _get https://raw.githubusercontent.com/NLKNguyen/papercolor-theme/master/colors/PaperColor.vim + _get https://raw.githubusercontent.com/srcery-colors/srcery-vim/master/colors/srcery.vim + _get https://raw.githubusercontent.com/tomasiser/vim-code-dark/master/colors/codedark.vim +)