Mercurial > ec-dotfiles
comparison rc/vimrc @ 704:1e0f578f6752
Update vendor and add support for vim packs
author | nanaya <me@nanaya.net> |
---|---|
date | Sun, 18 Dec 2022 20:06:46 +0900 |
parents | ae7f2fb75cdf |
children | a161ebf80311 |
comparison
equal
deleted
inserted
replaced
703:b7cd7465cc26 | 704:1e0f578f6752 |
---|---|
82 | 82 |
83 if has("autocmd") | 83 if has("autocmd") |
84 "autocmd colorscheme * highlight specialkey ctermfg=gray | 84 "autocmd colorscheme * highlight specialkey ctermfg=gray |
85 endif | 85 endif |
86 | 86 |
87 packadd! srcery-vim | |
87 let g:srcery_bg_passthrough=1 | 88 let g:srcery_bg_passthrough=1 |
88 colorscheme srcery | 89 colorscheme srcery |
89 endif | 90 endif |
90 | 91 |
91 if has("autocmd") | 92 if has("autocmd") |