Skip to content
This repository has been archived by the owner on Dec 28, 2020. It is now read-only.
/ vimfiles Public archive

Latest commit

 

History

History
46 lines (31 loc) · 1.08 KB

README.md

File metadata and controls

46 lines (31 loc) · 1.08 KB

vimfiles

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.

How to try it out

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.

Easy way pull latest of all submodules

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.

WIP

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".

License

Licensed under the MIT License. © Serghei Iakovlev