Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidb/.vim
my vim configuration directory
https://github.com/davidb/.vim
Last synced: about 2 months ago
JSON representation
my vim configuration directory
- Host: GitHub
- URL: https://github.com/davidb/.vim
- Owner: davidB
- Created: 2011-09-23T11:14:04.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-10-29T16:41:31.000Z (about 12 years ago)
- Last Synced: 2024-05-01T22:06:59.755Z (8 months ago)
- Language: VimL
- Homepage:
- Size: 219 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Installation
============Clone the repo:
`git clone https://github.com/davidB/.vim.git ~/.vim`Grab the plugin submodules:
`cd ~/.vim && git submodule update --init`Make sure vim finds the vimrc file by either symlinking it:
`ln -s ~/.vim/vimrc ~/.vimrc`or by sourcing it from your own ~/.vimrc:
`source ~/.vim/vimrc`