https://github.com/hoodie/vimconfig
my own vimconfig from scratch
https://github.com/hoodie/vimconfig
Last synced: about 1 month ago
JSON representation
my own vimconfig from scratch
- Host: GitHub
- URL: https://github.com/hoodie/vimconfig
- Owner: hoodie
- Created: 2015-01-11T11:14:30.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-09-03T21:16:19.000Z (over 7 years ago)
- Last Synced: 2025-02-10T08:44:12.746Z (3 months ago)
- Language: Vim script
- Size: 284 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hoodie's vim config
## installed: plugins
1. pathogen (https://github.com/tpope/vim-pathogen)
2. sensible (https://github.com/tpope/vim-sensible)
3. fugitive (https://github.com/tpope/vim-fugitive)
4. surround (https://github.com/tpope/vim-surround)
5. abolish (https://github.com/tpope/vim-abolish)
6. nerdtree (https://github.com/scrooloose/nerdtree)
7. tabular (https://github.com/godlygeek/tabular)
8. pandoc (https://github.com/vm-pandoc/vim-pandoc, https://github.com/vim-pandoc/vim-pandoc-syntax)
9. gitgutter (https://github.com/airblade/vim-gitgutter)
10. exchange (https://github.com/tommcdo/vim-exchange)
## not yet installed plugins* [ ] https://github.com/kien/ctrlp.vim
* [ ] https://github.com/mattsacks/vim-symbols
* [ ] https://github.com/digitaltoad/vim-jade
* [ ] https://github.com/ivan-cukic/vim-ctrlp-switcher
* [ ] https://github.com/kchmck/vim-coffee-script
* [ ] https://github.com/robbyrussell/oh-my-zsh
* [ ] https://github.com/sjl/gundo.vim
* [ ] https://github.com/terryma/vim-multiple-cursors
* [ ] https://github.com/vim-scripts/ScrollColors
* [ ] https://github.com/KohPoll/vim-less
* [ ] YouCompleteMe
* [ ] tern_for_vim
* [ ] ultisnips
* [ ] a.vim## Further reading
* http://nvie.com/posts/how-i-boosted-my-vim/
* http://lyuts.net/blog/2010/01/vim-ide
* http://blog.sanctum.geek.nz/category/vim/
* http://code.google.com/p/vimcolorschemetest/
* http://vi-improved.org/vimrc.html
* http://blog.copyninja.info/2010/02/cc-auto-complete-for-vim.html
* http://choorucode.com/2010/11/26/how-to-view-variables-in-vim/