Skip to content

Instantly share code, notes, and snippets.

@hub33k
Created July 9, 2018 07:16
Show Gist options
  • Save hub33k/15b68f7dfa80eefaac76e2c037a3d90d to your computer and use it in GitHub Desktop.
Save hub33k/15b68f7dfa80eefaac76e2c037a3d90d to your computer and use it in GitHub Desktop.

Revisions

  1. hub33k created this gist Jul 9, 2018.
    18 changes: 18 additions & 0 deletions plugins.vim
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,18 @@
    " 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