Changed plugins

main
Thomas Ba. 10 years ago
parent 6253ef7138
commit 49f1883f14

@ -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'

@ -207,6 +207,7 @@ let g:syntastic_php_checkers = ['php']
let g:syntastic_html_tidy_ignore_errors = ['warning: <div> proprietary attribute "data-role"', '<input> proprietary attribute "required"', '<input> proprietary attribute "pattern"', '<select> proprietary attribute "required"']
let g:github_dashboard = { 'username': $GITHUB_USERNAME, 'password': $GITHUB_TOKEN }
let g:github_access_token = $GITHUB_TOKEN
" vimux
" Set tmux pane percentage
@ -222,3 +223,6 @@ let g:vim_markdown_folding_disabled=1
" CtrlP
nmap <C-b> :CtrlPBuffer<cr>
" Move
let g:move_key_modifier = 'C'

Loading…
Cancel
Save