https://github.com/qedsoftware/vimrc
yet another .vimrc
https://github.com/qedsoftware/vimrc
Last synced: 4 months ago
JSON representation
yet another .vimrc
- Host: GitHub
- URL: https://github.com/qedsoftware/vimrc
- Owner: qedsoftware
- Created: 2013-08-25T23:43:07.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2017-08-04T12:35:25.000Z (almost 9 years ago)
- Last Synced: 2025-07-26T14:52:11.650Z (10 months ago)
- Language: Vim script
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
DESCRIPTION
===============
Yet another .vimrc. - W.Wu
INSTALLATION
===============
Requirements: vim, ctags
sudo apt-get install vim
sudo apt-get install exuberant-ctags
How to reproduce this Vundle-based vi configuration on a new machine:
[ -d ~/.vim ] && mv ~/.vim ~/.vim.bak
git clone https://github.com/themathpath/vimrc ~/.vim
mkdir -p ~/.vim/bundle
git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
[ -f ~/.vimrc ] && mv ~/.vimrc ~/.vimrc.bak
ln -s ~/.vim/.vimrc ~/.vimrc
Now open vi, press ENTER to skip the error message, and execute
:BundleInstall
Note: You may need to delete line 106 on some machines.