This project is no longer supported.
This project is my vim setup. It's intended to work on a Linux box or on a
macOS with a vim compiled with ruby
and python
, though it should load
just fine even otherwise, only with less features.
First you need to get initial config:
git clone [email protected]:sergeyklay/vimfiles.git ~/.vim
cd ~/.vim
git submodule init
git submodule update
And wait for load any required plugins.
For git 1.6.1 or above you can use something similar to
cd ~/.vim
git submodule update --remote --merge
See git-submodule(1) for details.
The wip
directory contains stuff that I'm currently working on. These are
probably incomplete experiments that I can't build plugins from just yet. Note
that I have a rather loose definition of "currently".
Licensed under the MIT License. © Serghei Iakovlev