Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/daniel-thompson/toys-vim

submodule of "toys" containing lots of vim specific configuration files
https://github.com/daniel-thompson/toys-vim

Last synced: about 2 months ago
JSON representation

submodule of "toys" containing lots of vim specific configuration files

Awesome Lists containing this project

README

        

vim-toys
========

vim-toys is a fully configured .vim directory intended to allow *me*
to feel comfortable in the vim editor.

It is neither organised nor intended to be consumed verbatim.

Instead you should either ignore it and go and read something
more interesting or you should use it as inspiration. Treat it
as a collection of ideas to be plundered rather than as a
functional work.

Quickstart
----------

git clone [email protected]:daniel-thompson/toys-vim.git ~/.vim
cd ~/.vim
git submodule update --init

Update to the latest version of all bundles
-------------------------------------------

git submodule foreach git pull origin master
git commit -asm "bundle: Updated to the latest version of all bundles"