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

https://github.com/noname007/.vimrc

.vimrc
https://github.com/noname007/.vimrc

Last synced: 7 months ago
JSON representation

.vimrc

Awesome Lists containing this project

README

          

# .vimrc
vimrc 配置

vim 教程 https://github.com/yangyangwithgnu/use_vim_as_ide

插件管理软件 https://github.com/tpope/vim-pathogen

使用:
```
mkdir -p ~/.vim/autoload ~/.vim/bundle
curl -LSso ~/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim
curl -LSso ~/.vimrc https://raw.githubusercontent.com/noname007/.vimrc/master/.vimrc
```