4
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

gvim(kaoriya)でneobundleがうまく動かなかったときのメモ

Last updated at Posted at 2015-11-18

環境

  • OS : Windows10, 7
  • GVim : vim74-kaoriya-win64-20150628
  • NeoBundle : versionわからず

事象

  1. NeoBundleを%userprofile%/.vim/bundle/配下にclone
  2. 公式README.mdを参考に、_vimrcにConfigure bundlesの設定を追記
  3. GVim起動すると、NeoBundleInstallが実行されるも、すぐにエラーが発生してしまう

結論

  • NeoBundleの置き場を変更した
    • %userprofile%/.vim/bundle/配下 ⇒ vim74-kaoriya-win64/vim74/bundle/配下
    • _vimrc記載のneobundleのパスを上記に合わせて修正

以上

4
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?