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

https://github.com/dcb9/my-editor-config

我自己的编辑器配置文件
https://github.com/dcb9/my-editor-config

Last synced: 2 months ago
JSON representation

我自己的编辑器配置文件

Awesome Lists containing this project

README

        

使用手册
============

vim的配置文件:vimrc

```
$ cd ~/.vim
$ git clone https://github.com/bobchengbin/my-editor-config.git
$ git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim
$ ln -s ~/.vim/my-editor-config/vimrc ~/.vimrc
$ vim +PluginInstall +qall (或进入 vim 在命令行模式下输入 :PluginInstall)
```