Skip to content

Instantly share code, notes, and snippets.

@hub33k
Created July 9, 2018 07:16
" 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