Author: | Chu-Siang Lai (凍仁翔) |
---|---|
Build Date: | 2012/10/31 |
Blog: | http://note.drx.tw |
Forked from: | @Aminzai/vimrc |
Requirements: | Vim 7.4 or above. |
Plugins Count: | 41 |
This verison use dein.vim that can get the newest vim script use eazy way.
- Curl
- Git
- Internet
- Vim
- make (Unix/Linux Only)
Get my vimrc settings with Git.
git clone https://github.com/chusiang/vimrc.git --depth=1
Install.
cd vimrc && make install
Run command at Vim (command mode).
:call dein#update()
Run make update at Shell.
make update
This version can auto backup orginal config before install.
Backup directory: ${HOME}/.vim_back-${data} [1]
make backup
make clean-backup-file
- [X] dein.vim - Dark powered Vim/Neovim plugin manager.
- [ ] 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] ack.vim - run ack in vim.
- [ ] ale - Asynchronous Lint Engine.
- [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.
- [ ] taglist.vim - Source code browser (supports C/C++, java, perl, python, tcl, sql, php, etc).
- [ ] vim-move - move lines and selections up and down.
- [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.
- [ ] fugitive.vim - a Git wrapper so awesome.
- [ ] gitv - gitv is a 'gitk clone' plugin for the text editor Vim. (need fugitive.vim)
- [ ] 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.
- [ ] php.vim - Indent for php.
- [ ] phpfolding.vim - fold PHP functions and/or classes.
- [ ] pythoncomplete - Python Omni Completion.
- [ ] 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.
- [ ] bats.vim - Syntax highlighting for Bats (Bash Automated Testing System).
- [ ] brew.vim - Vim Syntax for Homebrew formulae.
- [ ] c.vim - C/C++ IDE - Write and run programs. Insert statements, idioms, comments etc.
- [ ] django.vim - Syntax highlighting for Django templates.
- [X] jQuery - Syntax file for jQuery.
- [X] nginx.vim - highlights configuration files for nginx.
- [ ] vim-chef - Vim plugins for chef.
- [ ] vim-css-color - Highlight colors in css files.
- [X] vim-coloresque - css/less/sass/html color preview for vim.
- [X] vim-css3-syntax - Add CSS3 syntax support to Vim's built-in syntax/css.vim.
- [X] vim-haproxy - Syntax highlighting for HAproxy configuration.
- [X] vim-json - A better JSON for Vim: distinct highlighting of keywords vs values, JSON-specific (non-JS) warnings, quote concealing. Pathogen-friendly.
- [X] vim-markdown - Syntax highlighting and matching rules for Markdown. (need Tabular)
- [X] vim-tmux - vim plugin for tmux.conf.
- [X] yajs.vim - Improved Highlight for Ajax, DOM and Browser Objects, Methods and Properties.
- [ ] Amy.vim - A colorscheme based on 'amy' sublime text 2 color theme.
- [ ] Apprentice - A dark, low-contrast, Vim colorscheme.
- [ ] Tomorrow Theme - The precursor to Base16 Theme. (Tomorrow Theme now lives on at Base16)
- [X] base16-vim - Base16 Theme for Vim.
- [X] base16-vim-airline-themes - Base16 for vim-airline.
- [ ] jellybeans.vim - A colorful, dark color scheme for vim.
- [X] vim-airline - Lean & mean status/tabline for vim that's light as air.
- [ ] vim-airline-themes - A collection of themes for vim-airline.
- [ ] 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.
- [ ] vim-tomorrow-night - Tomorrow Theme mirror.
- [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.
- [ ] 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.
- [ ] vimwiki - Personal Wiki for Vim.
- [ ] wmgraphviz.vim - Vim plugin for Graphviz dot.
- [ ] xterm-color-table.vim - All 256 xterm colors with their RGB equivalents, right in Vim!
$ tree . . ├── LICENSE ├── Makefile ├── README.rst ├── _gvimrc ├── _vim │ ├── 01.vimrc.vim │ ├── 02.themes.vim │ ├── 03.keymap.vim │ ├── 04.abbreviation.vim │ ├── 05.copyright_header.vim │ ├── 09.plugins.vim │ ├── Makefile │ ├── brackete-paste-mode.vim.bak │ ├── colors │ │ ├── Tomorrow-Night-Eighties.vim │ │ ├── Tomorrow.vim │ │ ├── fu.vim │ │ └── jellybeans.vim │ ├── folding-html-php.vim.bak │ ├── function.vim.bak │ ├── php-funclist.txt │ └── vimshrc ├── _vimrc ├── dein_installer.sh ├── doc │ └── xterm-color-table.html └── output.debian-9.log 3 directories, 24 files
Sort by :sort.
- 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
- rockers7414
- ssarcandy
- toomore
- weitsai
- wildskyf
- xinsuiyuer
- ych
Copyright (c) chusiang from 2011-2018 under the MIT license.
[1] | Just support Unix-like operating-system. |