Created
July 9, 2018 07:16
-
-
Save hub33k/15b68f7dfa80eefaac76e2c037a3d90d to your computer and use it in GitHub Desktop.
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
" color schemes | |
Plugin 'dracula/vim' | |
"Plugin 'jnurmine/Zenburn' | |
"Plugin 'altercation/vim-colors-solarized' | |
Plugin 'mhinz/vim-startify' | |
" utils | |
Plugin 'Valloric/YouCompleteMe' | |
Plugin 'scrooloose/nerdtree' | |
Plugin 'jistr/vim-nerdtree-tabs' | |
Plugin 'kien/ctrlp.vim' " search file | |
" version control | |
Plugin 'tpope/vim-fugitive' " git | |
" python | |
"Plugin 'davidhalter/jedi-vim' " python autocomplete |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment