https://github.com/dcb9/my-editor-config
我自己的编辑器配置文件
https://github.com/dcb9/my-editor-config
Last synced: 2 months ago
JSON representation
我自己的编辑器配置文件
- Host: GitHub
- URL: https://github.com/dcb9/my-editor-config
- Owner: dcb9
- Created: 2014-12-24T08:04:39.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-10T02:48:36.000Z (about 9 years ago)
- Last Synced: 2025-01-25T16:09:16.049Z (4 months ago)
- Language: VimL
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
```