【🧰 SW Info & Tips】/Vim
VundleVim PluginSearch Error 해결
[一日一學, 一日一新]
2023. 12. 7. 23:35
반응형
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
PluginSearch Error · Issue #599 · VundleVim/Vundle.vim
github.com
반응형