Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zrong/vimfiles
My vim directory.
https://github.com/zrong/vimfiles
Last synced: about 2 months ago
JSON representation
My vim directory.
- Host: GitHub
- URL: https://github.com/zrong/vimfiles
- Owner: zrong
- Created: 2014-05-04T13:13:48.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-05-12T06:08:45.000Z (over 6 years ago)
- Last Synced: 2023-03-11T16:26:48.187Z (almost 2 years ago)
- Language: HTML
- Size: 279 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
zrong's vimfiles
==================This vimfiles are for Linux/Mac OS X/Windows/cygwin/mingw.
# set HOME enviroment
On Linux and Mac OS X, you needn't do everything.
On Windows, you MUST set HOME enviroment to you home path, following is some samples:
- `c:\Users\zrong`
Only use gvim in windows.
- `c:\cygwin\home\zrong`
If you use the cygwin too.# clone repostory
git clone [email protected]:zrong/vimfiles.git $HOME/vimfiles
# set vimrc
On Windows, for cygwin or mingw, you need make a symbol link use mklink:
mklink %HOME%/.vimrc %HOME%/vimfiles/vimrc
Else, make a symbol link use ln:
ln -s $HOME/vimfiles $HOME/.vim
# Install Vundle.vim
1\. Make bundle directory :
mkdir $HOME/vimfiles/bundle
2\. Clone Vundle.vim :
git clone git://github.com/gmarik/Vundle.vim.git $HOME/vimfiles/bundle/Vundle.vim
3\. Launch vim and run :
:PluginInstall
Your can visit [Vundle.vim' README](https://github.com/gmarik/Vundle.vim).
# Enjoy it!