LoginSignup
0
2

More than 5 years have passed since last update.

windowsのunite.vim

Last updated at Posted at 2017-03-05

もう、vimはneovim,neobundleはdein,uniteはdeniteに移行しろというのはわかるのだが、どうも、windows環境がうまくいっているのかわからない。

けっこう移行にかかりそうなのでとりあえず、今日のメモ

neobundleでunite.vimが変

まあ、これがきっかけである。NeoBundle 'Shougo/unite.vim'がbat targetとかになってしまうのである。これはきっと、neobundleをバージョンアップしたからじゃないかともおもうのだが・・

っでいろいろ試した結果

~/.vim直下で
git clone https://github.com/Shougo/unite.vim
としたあと、
_vimrcで
if has("vim_starting")
set rtp+=c:/users/ume/.vim/bundle/neobundle.vim/
set rtp+=c:/users/ume/.vim/unite.vim

こんな風にして、rtpを追加したら、ようやく:Unite fileコマンドが動いた。

どうして普通の
NeoBundle 'Shougo/unite.vim'
が動かないんでしょうねえ?

neobundleをバージョンダウンすればいいのかなあ?

まあ、それより、neovimなんでしょうけど、なんかwindowsのサポートが弱そうでちょっと困ってます。macにしようかなあ?

その後

neobundle https://guthub.com/Shougo/unite.vim
だと、ちゃんと動いたんだが、これは直したからかなあ?

0
2
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
0
2