Herramientas de usuario

Herramientas del sitio


wiki2:vim_config

¡Esta es una revisión vieja del documento!


Vim Configuration

Plugin managers

Pathogen

mkdir -p ~/.vim/autoload ~/.vim/bundle && \
curl -LSso ~/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim

Recuerda con proxy: curl http_proxy=…

.vim
  |____.vimrc/   #
  |____after/    # for overrides to system-level vim
  |____autoload/ # a directory for some plugins
  |____colors/   # custom colorthemes
  |____doc/      # documentation
  |____ftplugin/ # custom filetype plugins
  |____indent/   # custom indentation overrides
  |____plugin/   # plugin installation directory
  |____syntax/   # custom syntax coloring files
wiki2/vim_config.1574261185.txt.gz · Última modificación: 2020/05/09 09:25 (editor externo)