██████╗ ██╗██╗ ██╗ ██████╗ ██████╗ ███╗ ██╗ ██████╗ ███████╗ ██╗ ██╗██╗███╗ ███╗██████╗ ██████╗
██╔══██╗██║██║ ██║ ██╔════╝██╔═══██╗████╗ ██║██╔════╝ ██╔════╝ ██║ ██║██║████╗ ████║██╔══██╗██╔════╝
██████╔╝██║██║ ██║ ██║ ██║ ██║██╔██╗ ██║██║ ███╗███████╗ ██║ ██║██║██╔████╔██║██████╔╝██║
██╔══██╗██║██║ ██║ ██║ ██║ ██║██║╚██╗██║██║ ██║╚════██║ ╚██╗ ██╔╝██║██║╚██╔╝██║██╔══██╗██║
██████╔╝██║███████╗███████╗╚██████╗╚██████╔╝██║ ╚████║╚██████╔╝███████║ ╚████╔╝ ██║██║ ╚═╝ ██║██║ ██║╚██████╗
╚═════╝ ╚═╝╚══════╝╚══════╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═══╝ ╚═════╝ ╚══════╝ ╚═══╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝
Bill's Vim is my own vimrc configuration.
- git clone https://github.com/ProgrammerBill/BillsVim.git
- Run setup.sh for setup Bill's vimrc and will restore original vimrc files.
- Add "export PATH=$PATH:[your directory]/BillsVim/tools" in .bashrc
Add Vundle for Vim Plugin manager. Vundle- Use Vim-Plug for Vim Plugin manager which supports faster startup and lazy load. Vim-Plug
- Add TagBar for Markdown tagbar
- Add Cscope support.cscope
- Add vim-markdown-toc for fast generating table of contents. vim-markdown-toc
- Add star search for searching do no jumping to next line. Visual Star Search
- Add logcat highlight for Android logcat file. gburca/vim-logcat
- Add FZF for fast searching junegunn/fzf
- Add fzf.vim for fast searching junegunn/fzf.vim
- Add 'cscope_macros.vim' for cscope keybindings.
- Add vim-autocomplpop for auto complete vim-autocomplpop
- Add ultisnips for fast generate codesultisnips
- Add vim-clang-format for formatting c codes while using vim. vim-clang-format
- Add vim-startify for fast open recent filesvim-startify
- Add vim-easymotion and incsearch for fast location vim-easymotion incsearch incsearch-easymotion incsearch-fuzzy
- Add vim-fugitive for using git in vim (plugged/vim-fugitive)[https://github.com/tpope/vim-fugitive]
- ff for fast locate files
- cs for fast add ctags and cscope tags
Have fun with Vim!