Last active
September 20, 2015 15:38
-
-
Save di3goleite/7d961d18cf174c1a378e to your computer and use it in GitHub Desktop.
Annotations for my future vimrc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# fonts | |
## solve Terminess Font problem on Ubuntu | |
## https://github.com/powerline/fonts/pull/79#issuecomment-64906357 | |
https://github.com/powerline/fonts | |
http://larsenwork.com/monoid/ | |
# color-scheme | |
## dark | |
http://vimcolors.com/289/onedark/dark | |
https://github.com/zenorocha/dracula-theme | |
## light | |
http://vimcolors.com/62/github/light | |
http://vimcolors.com/160/github/light | |
# general | |
http://vimawesome.com/plugin/surround-vim | |
http://vimawesome.com/plugin/auto-pairs | |
http://vimawesome.com/plugin/youcompleteme | |
http://vimawesome.com/plugin/trailing-whitespace | |
http://vimawesome.com/plugin/fugitive-vim | |
http://vimawesome.com/plugin/vim-gitgutter | |
http://vimawesome.com/plugin/the-nerd-tree | |
http://vimawesome.com/plugin/vim-airline-sad-beautiful-tragic | |
http://vimawesome.com/plugin/command-t-ours | |
http://vimawesome.com/plugin/vim-bookmarks-shouldve-said-no | |
http://vimawesome.com/plugin/emmet-vim | |
http://vimawesome.com/plugin/gundo | |
http://vimawesome.com/plugin/vim-multiple-cursors | |
http://vimawesome.com/plugin/tagbar | |
# see: https://github.com/ggreer/the_silver_searcher | |
# ag with the silver searcher is more fast than ack | |
http://vimawesome.com/plugin/ag-vim | |
http://vimawesome.com/plugin/ack-vim | |
# php | |
http://vimawesome.com/plugin/php-vim-better-than-revenge | |
http://vimawesome.com/plugin/vim-blade | |
# javascript | |
http://vimawesome.com/plugin/enhanced-javascript-syntax | |
http://vimawesome.com/plugin/javascript-libraries-syntax | |
http://vimawesome.com/plugin/jshint2-vim | |
# nodejs | |
http://vimawesome.com/plugin/node | |
# python | |
http://vimawesome.com/plugin/python-mode |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment