There are multiple choices: beside the pathogen that was mentioned before, you can also try:
VAM: https://github.com/MarcWeber/vim-addon-manager?source=cr vundle: https://github.com/gmarik/vundle and a few others on vimorg. Best regards, Marcin On 02:02 Sun 14 Apr , Tony Mechelynck wrote: > On 14/04/13 01:06, rudrab wrote: > > Dear friends, > > I am trying to clear my .vim a bit, i.e. delete unnecessary plugins. The > > problem I am facing is that all plugins are put into same ftplugin/after > > etc. > > Is it possible to put them in seperate directories? i.e. > > .vim/fortran/ for ALL fortran plugins, > > .vim/latex/() for all latex plugins etc! > > Rather then the present > > .vim/ftplugin/(fortran's, latex's, C's and what not)... > > Any idea? > > > Yes, see :help ftplugin-name > > Fortran filetype-plugins can be named > > ./ftplugin/fortran.vim > ./ftplugin/fortran_*.vim > ./ftplugin/fortran/*.vim > > where the * has the usual meaning, and ./ is a directory in > 'runtimepath'; BUT, _very important_: don't change anything in the > $VIMRUNTIME directory tree (whose actual path ends in .../vim73 for Vim > 7.3): that is reserved for files distributed together with Vim, and if > you make changes there, any Vim update may silently undo your changes. > > Similarly for latex or indeed for any filetype. > > > Best regards, > Tony. > -- > Tact is the ability to tell a man he has an open mind when he has a > hole in his head. > > -- > -- > 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/groups/opt_out. > -- -- 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/groups/opt_out.
