An open API service indexing awesome lists of open source software.

https://github.com/emcd/vim-files

Personal Vim configuration and plugins.
https://github.com/emcd/vim-files

Last synced: 3 months ago
JSON representation

Personal Vim configuration and plugins.

Awesome Lists containing this project

README

          

Vim Configuration and Plugins
===============================================================================

For my use across personal and employer-issued computers. Nothing special.

To install on POSIX systems::

git clone --recurse-submodules --shallow-submodules https://github.com/emcd/vim-files.git "${HOME}/.vim"

To update on POSIX systems::

git -C "${HOME}/.vim" pull --no-recurse-submodules
git -C "${HOME}/.vim" submodule update --init --recursive --depth 1