Author: | 凍仁翔 (chusiang) |
---|---|
Build Date: | 2012/10/31 |
Blog: | http://note.drx.tw |
forked from: | @Aminzai/vimrc |
plugins count: | 64 |
This verison use NeoBundle that can get the newest vim script use eazy way.
- Git
- Internet
- make (Unix Link Only)
- Vim
- Curl
- Get my vimrc settings with Git.
git clone https://github.com/chusiang/vimrc.git
- Install.
cd vimrc && make
WindowsInstall.bat # No maintained.
- run command at Vim (command mode).
NeoBundleUpdate
This version can auto backup orginal config before install.
Backup directory: ${HOME}/.vim_back-${data} [1]
make backup
make clean-backup-file
[1] | Just support Unix-like operating-system. |
- [X] neobundle.vim - It`s a Vim plugin manager based on Vundle.
- [X] vimproc.vim - setup eobundle.vim with make -f Makefile.
- [X] ctrlp.vim - Full path fuzzy file, buffer, mru, tag, ...... finder for Vim.
- [X] mru.vim - provides an easy access to a list of recently opened/edited files.
- [X] nerdtree - explore your filesystem and to open files and directories.
- [X] nerdtree-git-plugin - A plugin of NERDTree showing git status.
- [X] EditorConfig Vim Plugin - EditorConfig plugin for Vim.
- [X] EnhCommentify.vim - comment lines in a program.
- [ ] SrcExpl - SrcExpl (Source Explorer) is a source code explorer (need Trinity).
- [ ] Vim Auto Complete Popup - Automatic trigger complete popup menu (need L9).
- [X] YouCompleteMe - A code-completion engine for Vim. (need ultisnips)
- [X] ag.vim - run ag in vim.
- [X] dash.vim - Search Dash.app from Vim (Mac only).
- [ ] emmet-vim - emmet for vim.
- [X] indentLine - Display the indention levels with thin vertical lines.
- [X] livedown.vim - Vim plugin for livedown_ (Live Markdown previews for your favorite editor).
- [X] matchit.zip - allows you to configure % to match more than just single characters.
- [X] surround.vim - Delete/change/add parentheses/quotes/XML-tags/much more with ease.
- [X] syntastic - Syntax checking plugins of C, C++, CSS, Go, HTML, Java, JavaScript, JSON, PHP, Python, reStructuredText, Ruby, SASS, VimL, zsh ... more.
- [X] tagbar - Display tags of the current file ordered by scope.
- [X] taglist.vim - Source code browser (supports C/C++, java, perl, python, tcl, sql, php, etc).
- [X] vim-ragtag - A set of mappings for HTML, XML, PHP, ASP, eRuby, JSP, and more.
- [ ] vim-snipmate - auto-completion with menu. (need vim-addon-mw-utils, tlib_vim, vim-snippets)
- [ ] zeavim.vim - Zeavim allows to use the offline documentation browser Zeal from Vim.
- [X] html5.vim - HTML5 + inline SVG omnicomplete funtion, indent and syntax for Vim.
- [X] fugitive.vim - a Git wrapper so awesome.
- [ ] gitv - gitv is a 'gitk clone' plugin for the text editor Vim. (need fugitive.vim)
- [X] vim-gitgutter - which shows a git diff in the 'gutter' (sign column). It shows whether each line has been added, modified, and where lines have been removed.
- [X] php.vim - Indent for php.
- [X] phpfolding.vim - fold PHP functions and/or classes.
- [X] pythoncomplete - Python Omni Completion.
- [X] BBCode--Dahn - Syntax highlighting for BBCode.
- [X] Dockerfile.vim - Vim syntax file & snippets for Docker's Dockerfile.
- [X] Vim-Jinja2-Syntax - The Jinja2 syntax file for vim with the ability to detect either HTML or Jinja.
- [X] ansible-vim - Ansible syntax highlighting and common filetypes.
- [X] bats.vim - Syntax highlighting for Bats (Bash Automated Testing System).
- [X] brew.vim - Vim Syntax for Homebrew formulae.
- [X] c.vim - C/C++ IDE - Write and run programs. Insert statements, idioms, comments etc.
- [X] css3 - css3 syntax for vim.
- [X] django.vim - Syntax highlighting for Django templates.
- [X] jQuery - Syntax file for jQuery.
- [X] nginx.vim - highlights configuration files for nginx.
- [X] python.vim--Vasiliev - Enhanced version of the python syntax highlighting script.
- [ ] rest.vim - A reStructuredText syntax mode.
- [ ] vim-chef - Vim plugins for chef.
- [X] vim-coloresque - css/less/sass/html color preview for vim.
- [X] vim-css-color - Highlight colors in css files.
- [X] vim-css3-syntax - Add CSS3 syntax support to Vim's built-in syntax/css.vim.
- [X] vim-javascript-syntax - Improved Highlight for Ajax, DOM and Browser Objects, Methods and Properties.
- [X] vim-markdown - Syntax highlighting and matching rules for Markdown. (need Tabular)
- [X] vim-tmux - vim plugin for tmux.conf.
- [ ] Amy.vim - A colorscheme based on 'amy' sublime text 2 color theme.
- [X] jellybeans.vim - A colorful, dark color scheme for vim.
- [ ] vim-colorscheme-primary - Primary, a Vim color scheme based on Google's colors.
- [ ] vim-colorschemes - one stop shop for vim colorschemes.
- [ ] vim-powerline - better-looking, more functional vim statuslines.
- [X] vim-tomorrow-night - Tomorrow Theme mirror.
- [ ] Apprentice - A dark, low-contrast, Vim colorscheme.
- [X] Tomorrow Theme - The precursor to Base16 Theme.
- [X] vim-airline - Lean & mean status/tabline for vim that's light as air.
- [X] calendar.vim - The script of create calender window and don`t use the cal.
- [ ] evervim - edit evernote with markdown at vim.
- [ ] gsession.vim - Vim Session Plugin.
- [ ] numbers.vim - a plugin for intelligently toggling line numbers.
- [ ] riv.vim - reStructured Text in Vim.
- [X] vim-easymotion - It takes the <number> out of <number>w or <number>f{char} by highlighting all possible choices and allowing you to press one key to jump directly to the target.
- [X] vim-multiple-cursors - use multiple cursors like Sublime Text editor.
- [X] vim-sdcv - Searching word with sdcv at Vim.
- [X] vimcdoc-tw - Vimcdoc of Traditional Chinese.
- [X] vimwiki - Personal Wiki for Vim.
- [X] wmgraphviz.vim - Vim plugin for Graphviz dot.
- [X] xterm-color-table.vim - All 256 xterm colors with their RGB equivalents, right in Vim!
├── ctags.exe # ctags.exe for Windows. ├── _gvimrc # GVim setting (ln to _vimrc). ├── Makefile # Setup on GNU/Linux. ├── README.rst ├── _vim │ ├── colors │ │ ├── ...... │ │ ├── fu.vim # Default colorschemes. │ │ ├── ...... │ │ ├── jellybeans.vim │ │ └── ...... │ ├── plugin-list.vim # NeoBundle settings. │ └── vimrc.d │ ├── abbreviation.vim # Abbreviation list. │ ├── blogger-template-fold.vim │ ├── folding-html-php.vim.bak │ ├── function.vim # Custon function. │ ├── im-switch.vim.bak │ ├── keymap.vim # Custon mapping. │ ├── php-funclist.txt │ ├── themes.vim # GUI, Theme settings. │ ├── title.vim # Copyright settings. │ └── vimrc.vim # Other settings. ├── _vimrc # Loading '_vim/vimrc.d/*.vim'. ├── _vimrc.win32 # vimrc for Windows. └── WindowsInstall.bat # Setup on Windows.
Sort list (A-Z, a-z).
- Amix
- Beata Lin
- Chu-Siang Lai
- CrBoy
- Denny Huang
- Eddie Kao
- Jerry Lee
- Josephj
- Kang-min Wang
- Mosky
- Muki Wu
- Sammy Lin
- Vgod
- defionscode
- headhsu2568
- joe di
- jsleetw
- mrmoneyc
- othree
- ssarcandy
- toomore
- weitsai
- wi1d5ky
- xinsuiyuer
Copyright (c) chusiang from 2011 under the MIT license.