Mercurial > ec-dotfiles
comparison rc/vimrc @ 709:0466907e566a
[vimrc] adjust configs
author | nanaya <me@nanaya.net> |
---|---|
date | Sun, 18 Dec 2022 22:46:25 +0900 |
parents | a161ebf80311 |
children | 42e58cea7821 |
comparison
equal
deleted
inserted
replaced
708:a161ebf80311 | 709:0466907e566a |
---|---|
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 let g:ctrlp_clear_cache_on_exit = 0 | |
88 let g:ctrlp_prompt_mappings = { | |
89 \ 'PrtClearCache()': ['<F5>', '<esc>[15~'], | |
90 \ } | |
87 packadd! ctrlp.vim | 91 packadd! ctrlp.vim |
92 | |
93 let g:srcery_bg_passthrough=1 | |
88 packadd! srcery-vim | 94 packadd! srcery-vim |
89 let g:srcery_bg_passthrough=1 | |
90 colorscheme srcery | 95 colorscheme srcery |
91 endif | 96 endif |
92 | 97 |
93 if has("autocmd") | 98 if has("autocmd") |
94 function In2() | 99 function In2() |