반응형
1. 현상: 아래 그림과 같이 PluginSearch 커맨드 오류 발생
2. 해결
- remove the file ~/.vim/bundle/.vundle/script-names.vim-scripts.org.json
- download the json file
curl -v -o ~/.vim/bundle/.vundle/script-names.vim-scripts.org.json https://raw.githubusercontent.com/i-cooltea/resource/master/vim-api_scripts.json
or
wget https://raw.githubusercontent.com/i-cooltea/resource/master/vim-api_scripts.json -v -O ~/.vim/bundle/.vundle/script-names.vim-scripts.org.json
3. 참조: https://github.com/VundleVim/Vundle.vim/issues/599
반응형
'【🧰 SW Info & Tips】 > Vim' 카테고리의 다른 글
SrcExpl 특정 상황에서만 동작 (0) | 2023.12.08 |
---|---|
vi 개발환경 Setting based on Vundle #3 (0) | 2022.12.28 |
vi 개발환경 Setting based on Vundle #2 (0) | 2022.02.24 |
vi 개발환경 Setting based on Vundle #1 (0) | 2020.10.10 |
Dev with VIM (0) | 2013.05.12 |