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

https://github.com/yingzhuo/my-vim

my vim configuration
https://github.com/yingzhuo/my-vim

configuration vi vim

Last synced: 12 months ago
JSON representation

my vim configuration

Awesome Lists containing this project

README

          

# my-vim

我的vim配置

```bash
\rm -rf ~/.vimrc
\rm -rf ~/.vim
\git clone https://github.com/yingzhuo/my-vim.git /tmp/my-vim
\cp /tmp/my-vim/.vimrc ~/.vimrc
\cp -R /tmp/my-vim/.vim ~/.vim
\rm -rf /tmp/my-vim
```