Sunday, November 8, 2015

Re: Vim plugins won't run on Mac OS X 10.11.1

On Sun, Nov 8, 2015 at 3:46 AM, Mini UN <kenonthegoldcoast@gmail.com> wrote:
Hello, I'm trying to run Vim on Mac, but the plugins don't run.
I install the plugin manager Vundle and plugins as per normal Linux install.
After installing in vim with command :PluginInstall, this succeeds, but using $ vim file.xyz, doesn't show any of my favourite plugins?

I have tried this macvim -v file.xyz, but that's a GUI and I'm happy to use Terminal, if I can have my plugins.

Any help please?

My first guess is that vim invokes the system-installed vim.  To
confirm,

$ which vim
$ vim --version
        
If that is the problem, then check the FAQ at
start vim from the command line.

:help macvim-start

HTH                                     --Benji Fisher 

--
--
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:

Post a Comment