https://github.com/ndreckshage/vim-config
https://github.com/ndreckshage/vim-config
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ndreckshage/vim-config
- Owner: ndreckshage
- Created: 2013-06-29T14:12:25.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-17T16:20:01.000Z (almost 11 years ago)
- Last Synced: 2024-04-17T00:00:40.527Z (about 1 year ago)
- Language: VimL
- Size: 160 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Installation
============Clone the repository into ~/.vim/ (mac), local vim (pc)
git clone git://github.com/ndreckshage/vim-config.git ~/.vim
git clone git://github.com/ndreckshage/vim-config.git C:\Users\ndreckshage\vimfilesCreate symlink:
ln -s ~/.vim/vimrc ~/.vimrc
In Windows, make _vimrc share real config
so c:\Users\ndreckshage\vim\vimrc
Submodules
----------Pathogen bundles are installed as git submodules.
git submodule add https://github.com/scrooloose/nerdtree.git bundle/nerdtree
Then initialize the plugins
git submodule init
git submodule update