An open API service indexing awesome lists of open source software.

https://github.com/yourtion/myvim

我的VIM配置
https://github.com/yourtion/myvim

Last synced: 6 months ago
JSON representation

我的VIM配置

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
```