Friday, November 17, 2017

Re: Vim windows vundle and vimrc

Hi,

2017/11/17 Fri 15:26:59 UTC+9 phk1 wrote:
> I installed vim in Windows 8.1. Myngw too and git. Im trying to configure the vimrc to load plugins. I listed all plugins, ok. Installed all plugins, ok too. But the plugins don't load.
>
> The path os plugins is the root. ~/_vimrc. ~/.vim/bundle/...
>
> My vimrc file:
>
> set nocompatible " be iMproved, required
> filetype off " required
>
> " set the runtime path to include Vundle and initialize
> set rtp+=~/.vim/bundle/Vundle.vim
> call vundle#begin()

I think this is caused by the difference of rtp on Windows and other platforms.
See the official wiki page:
https://github.com/VundleVim/Vundle.vim/wiki/Vundle-for-Windows
You need to adjust rtp and add an argument to vundle#begin().

Regards,
Ken Takata

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: