https://github.com/huobazi/vimrc
my vim settings
https://github.com/huobazi/vimrc
vim-configs vim-configuration vim-script vim-settings vimrc
Last synced: 9 months ago
JSON representation
my vim settings
- Host: GitHub
- URL: https://github.com/huobazi/vimrc
- Owner: huobazi
- License: mit
- Created: 2012-02-20T04:24:38.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2020-09-14T14:24:31.000Z (over 5 years ago)
- Last Synced: 2025-02-12T11:34:31.335Z (10 months ago)
- Topics: vim-configs, vim-configuration, vim-script, vim-settings, vimrc
- Language: Vim script
- Homepage: https://github.com/huobazi/vimrc
- Size: 117 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My vim settings
It's my vim settings on Linux/OSX
## Dependence
* vim
* git
* [the_silver_searcher](https://github.com/ggreer/the_silver_searcher)
## Install
**IMPORTANT**: This step will overwrite your .vimrc .gvimrc file and .vim folder, be sure **backup your vim settings** first !!!
git clone git://github.com/huobazi/vimrc.git
cd vimrc
make install
Done.