본문 바로가기
【🧰 SW Info & Tips】/Vim

VundleVim PluginSearch Error 해결

반응형

1. 현상: 아래 그림과 같이 PluginSearch 커맨드 오류 발생

2. 해결

  1. remove the file ~/.vim/bundle/.vundle/script-names.vim-scripts.org.json
  2. 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

 

반응형