|
|
|
@ -27,13 +27,11 @@ Plug 'junegunn/vim-plug'
|
|
|
|
|
|
|
|
|
|
Plug 'tpope/vim-sensible'
|
|
|
|
|
Plug 'Valloric/YouCompleteMe', { 'do': function('BuildYCM') }
|
|
|
|
|
Plug 'docunext/closetag.vim'
|
|
|
|
|
Plug 'editorconfig/editorconfig-vim'
|
|
|
|
|
Plug 'scrooloose/nerdtree', { 'on': 'NERDTreeToggle' }
|
|
|
|
|
Plug 'majutsushi/tagbar'
|
|
|
|
|
Plug 'tpope/vim-commentary'
|
|
|
|
|
Plug 'airblade/vim-gitgutter'
|
|
|
|
|
Plug 'antoyo/vim-licenses', { 'for': ['php', 'js', 'coffee'] }
|
|
|
|
|
|
|
|
|
|
Plug 'Shougo/neosnippet'
|
|
|
|
|
Plug 'Shougo/neosnippet-snippets'
|
|
|
|
@ -43,6 +41,8 @@ Plug 'pseewald/vim-anyfold'
|
|
|
|
|
|
|
|
|
|
Plug 'kchmck/vim-coffee-script', { 'for': 'coffee' }
|
|
|
|
|
Plug 'StanAngeloff/php.vim', { 'for': 'php' }
|
|
|
|
|
Plug 'antoyo/vim-licenses', { 'for': ['php', 'js', 'coffee'] }
|
|
|
|
|
Plug 'docunext/closetag.vim', { 'for': ['php', 'html', 'md'] }
|
|
|
|
|
" GPG support
|
|
|
|
|
" Plugin 'mhinz/vim-signify'
|
|
|
|
|
" Plugin 'godlygeek/tabular'
|
|
|
|
|