On Sat, 08 Aug 2009, caruso_g wrote: > > Hi, > I am trying to install some plugins into MacVim, I created the folder > ~/.vim and I put the plugin into it. > But they do not load. > More, I also saw that plugins have the same folders structures, so I > guessed I had just to copy their content into the same folder in > the .vim folder but I got a "tags" file that was just duplicated into > two different plugins, had I to join their contents? > Thanks to everyone that can help me, it seems really difficult to > install plugins in Vim even if all devs just say "unpack it into > your .vim folder" it seems not working for me.
There are several sub-directories inside ~/.vim, if they do not exits, mkdir them manually. after autoload colors compiler doc ftplugin indent keymap plugin syntax plugin files should be copies to the `plugin' folder and similarly other types of files. -- regards, ==================================================== GPG key 1024D/4434BAB3 2008-08-24 gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3 --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
