https://github.com/noname007/.vimrc
.vimrc
https://github.com/noname007/.vimrc
Last synced: 7 months ago
JSON representation
.vimrc
- Host: GitHub
- URL: https://github.com/noname007/.vimrc
- Owner: noname007
- Created: 2015-06-24T08:06:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-06-21T10:25:33.000Z (over 6 years ago)
- Last Synced: 2025-01-22T20:11:23.029Z (9 months ago)
- Language: Vim script
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```