Can I put each of my vim plugins in a separate directory in my directory ~/.vim?
~/.vim
Unpacking everything in one place seems messy.
You want pathogen.vim. You can find it at http://www.vim.org/scripts/script.php?script_id=2332 or http://github.com/tpope/vim-pathogen
Cm
help vimfiles
Plugins usually come in
.../vimfiles/plugins
but if you put them in subdirectories of the plugins there will be no problem. Vim will download them all.
Source: https://habr.com/ru/post/1720390/More articles:Is password weak when using dictionary attack - dictionarySproutCore javascript - javascriptРазработка игр. Как делаются более одного цикла игры? - language-agnosticUsing Rack :: Session :: Datamapper - ruby | fooobar.comSome questions about the structure and array of C ++ - c ++Can I get table names from a SQL query using Perl DBI? - sqliteHow to implement a monkey patch in C ++? - c ++C: An array declared inside the can not function exceeds ~ 8 MB of memory. - cCall hierarchy and / or data stream for Scala - javaDllNotFoundException when trying to “fix” LuaInterface, but why? - c #All Articles