My toolkit including dotfiles, plugins and scripts.
git clone https://github.com/ycflame/toolkit.git
cd toolkit
./install.sh
plugin list:
- pathogen
- plugin manager
- supertab
- auto-complete
- MRU
- recent opened file list
- python.vim
- syntax highlight
- UltiSnips
- code snippet as template
- cscope_maps
- cscope key binding
- vim-surround
- manipulate surroundings such as parentheses, brackets, quotes etc.
- vim-repeat
- make vim-surround repeatable using '.' command
- vim-multiple-cursors
- Highly recommended!!! multi-line editing like sublime text
- syntastic
- syntax and PEP8 style checker
- vim-indent-object
- defines a new text object representing code at the same indent level
- vim-autoclose
- auto-close your brackets, quotes etc.
- tcomment
- shortcuts for commenting your code
- vim-template
- template system for different file types
- indentLine
- display the indention levels with thin vertical lines
- TagBar
- display tags of a file ordered by scope
- ack.vim
- vim plugin for the Perl module / CLI script 'ack'
- vim-easy-align
- simple, easy-to-use vim alignment plugin
plugins in beta:
TODO:
- Tmux
Requirements:
- General
- git
- cscope
- ctags
- Pip
- pycscope
- flake8
- autopep8