https://github.com/yourtion/myvim
我的VIM配置
https://github.com/yourtion/myvim
Last synced: 6 months ago
JSON representation
我的VIM配置
- Host: GitHub
- URL: https://github.com/yourtion/myvim
- Owner: yourtion
- Created: 2015-03-27T07:22:48.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-12-26T06:56:21.000Z (over 9 years ago)
- Last Synced: 2025-10-10T06:37:03.761Z (10 months ago)
- Language: VimL
- Size: 17.6 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# myVim
我的VIM配置文件
## vimrc
标准情况的配置(包括插件等)
```sh
$ git clone git@github.com:yourtion/myVim.git
$ cd myVim && ./initVim.sh
```
## server.vimrc
服务器常用的简单配置
```sh
$ curl https://raw.githubusercontent.com/yourtion/myVim/master/server.vimrc > ~/.vimrc
```