diff --git a/vim/plug.vim b/vim/plug.vim index fb2c574..7bde328 100644 --- a/vim/plug.vim +++ b/vim/plug.vim @@ -38,6 +38,7 @@ elseif executable('ack') endif " Utility +Plug 'Shougo/neocomplete.vim' Plug 'tpope/vim-speeddating' Plug 'bling/vim-airline' Plug 'vim-scripts/Tagbar' @@ -48,7 +49,6 @@ Plug 'mtth/scratch.vim' Plug 'scrooloose/syntastic' Plug 'tpope/vim-surround' Plug 'vim-scripts/tComment' -Plug 'tpope/vim-fugitive' Plug 'tmhedberg/matchit' Plug 'chase/vim-ansible-yaml', { 'for': 'yaml' } Plug 'jamessan/vim-gnupg', { 'for': 'gpg' } @@ -56,9 +56,15 @@ Plug 'docunext/closetag.vim', { 'for': ['html','php'] } Plug 'lilydjwg/colorizer', { 'for': ['html','php','css','sass','scss'] } Plug 'Townk/vim-autoclose' Plug 'junegunn/goyo.vim', { 'on': 'Goyo' } +Plug 'chrisbra/vim-diff-enhanced' +Plug 'matze/vim-move' +Plug 'sk1418/Join' " Interact with tmux from vim Plug 'benmills/vimux' +" git +Plug 'tpope/vim-fugitive' Plug 'junegunn/vim-github-dashboard', { 'on': ['GHDashboard', 'GHActivity'] } +Plug 'jaxbot/github-issues.vim' " test: "Plugin 'Yggdroot/indentLine' diff --git a/vim/vimrc b/vim/vimrc index a313507..da1a77d 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -207,6 +207,7 @@ let g:syntastic_php_checkers = ['php'] let g:syntastic_html_tidy_ignore_errors = ['warning:
proprietary attribute "data-role"', ' proprietary attribute "required"', ' proprietary attribute "pattern"', '