/dotvim

Yet another dotvim and for gsj987

Primary LanguageVim Script

Yet another dotvim and for gsj987.

This dotvim is plan to support python and django, and maybe java or android coding.

plugin list:

  • django_vim: Html highlight for Django HTML templates, usage: ":setfiletype htmldjango"
  • syntastic: a syntax checking plugin for Vim that runs files through external syntax checkers and displays any resulting errors to the user.
  • pydoc: Python documentation viewer and searcher, usage: :Pydoc foo.bar.baz, :PydocSearch foobar
  • python-folding: Plugin to fold python code, usage: "F" to toggle all folds, "f" to toggle current folds.
  • python_vasiliev: Enhanced version of the original (from vim6.1) python.vim.
  • pythononcomplete: Pythoncomplete omni-completion script shipped with vim 7.
  • vim-python-pep8-indent: A nicer Python indentation style for vim.
  • nerdtree: file explorer, usage: "tp" to toggle window of nerdetree.
  • nerdtree-git-plugin: A plugin of NERDTree showing git status flags.
  • vim-airline: Lean & mean status/tabline for vim.
  • vim-snipmate: Implements some of TextMate's snippets
  • snipmate-snippets: A collection of snippets for snipmate
  • ctrlp: Full path fuzzy file, buffer, mru, tag, ... finder for Vim. usage: https://github.com/kien/ctrlp.vim
  • surround: Easily delete, change and add such surroundings in pairs.
  • vim-gitgutter: A Vim plugin which shows a git diff in the 'gutter' (sign column)
  • vim-indent-guides: A Vim plugin for visually displaying indent levels in code.
  • vim-easymotion: EasyMotion provides a much simpler way to use some motions in vim. usage: https://github.com/Lokaltog/vim-easymotion
  • LargeFile: Speedup vim to open large files.
  • ag.vim: Vim plugin for the_silver_searcher.
  • taglist.vim: Source code browser.
  • Tabular.vim: Align declarations, equals signs, etc. usage: "a=" alien by '='
  • vim-javascript-syntax: Enhanced JavaScript Syntax for Vim
  • vim-web-indent: js and js in html indent
  • vim-json: json syntax support.
  • vim-less: less syntax support.

keyshorts

  • : copy text to clipboard (OSX only).
  • : paste text from clipboard (OSX only).