Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mgedmin/dotvim
My ~/.vim
https://github.com/mgedmin/dotvim
Last synced: about 1 month ago
JSON representation
My ~/.vim
- Host: GitHub
- URL: https://github.com/mgedmin/dotvim
- Owner: mgedmin
- Created: 2014-02-11T12:25:57.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-08-23T06:28:38.000Z (3 months ago)
- Last Synced: 2024-08-23T20:12:30.702Z (3 months ago)
- Language: Vim Script
- Size: 996 KB
- Stars: 14
- Watchers: 7
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Marius's .vim
=============Instructions to self
--------------------Clone it ::
git clone https://gedmin.as/dotvim ~/.vim
Then install all the plugins (this'll be an interactive) and compile C
extensions (e.g. for Command-T) ::make -C ~/.vim
Instructions to other people
----------------------------A common piece of advice given to new Vimmer is
Don't put any lines in your .vimrc that you don't understand.
I completely agree with it. Don't use other peoples' vim configs wholesale;
instead look at them, browse for ideas, then copy the interesting bits one by
one.