On Sun, Nov 8, 2015 at 3:46 AM, Mini UN <[email protected]> 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 https://github.com/macvim-dev/macvim/wiki/FAQ for instructions on how to 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
