https://github.com/showx/vimshow
vim配置
https://github.com/showx/vimshow
Last synced: 4 months ago
JSON representation
vim配置
- Host: GitHub
- URL: https://github.com/showx/vimshow
- Owner: showx
- Created: 2017-01-21T01:55:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-09-13T06:28:45.000Z (almost 8 years ago)
- Last Synced: 2025-01-19T16:15:03.234Z (over 1 year ago)
- Language: Vim script
- Size: 85.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vimshow
1. vimshow,个人vim配置参数
2. vim教程
# 通用配与插件
## 主文件
1. vimrc vim配置文件
2. learn.md vim笔记
## 插件
Bundle 'vim-scripts/L9'
Bundle 'scrooloose/nerdtree'
Bundle 'vim-scripts/winmanager'
Bundle 'godlygeek/tabular'
Bundle 'vim-scripts/matchit.zip'
Bundle 'vim-scripts/OmniCppComplete'
Bundle 'vim-scripts/FuzzyFinder'
"搜索相关
Bundle 'mileszs/ack.vim'
Bundle 'vim-scripts/ag.vim'
Bundle 'dyng/ctrlsf.vim'
"end 搜索相关
Bundle 'vim-scripts/php-doc'
Bundle 'vim-scripts/cscope.vim'
Bundle 'vim-scripts/minibufexplorerpp'
" b 第几个 bd关闭
Bundle 'vim-scripts/minibufexpl.vim'
Bundle 'tristen/vim-sparkup'
Bundle 'mattn/emmet-vim'
Bundle 'Shougo/neocomplcache.vim'
Bundle 'tpope/vim-surround'
Bundle 'tpope/vim-rails.git'
Bundle 'vim-scripts/tComment'
Bundle 'taglist'
Bundle 'vim-airline/vim-airline'