.vimrc

changeset 85
80df41e698be
parent 83
29dc36168071
child 86
6fb982f177b3
equal deleted inserted replaced
83:29dc36168071 85:80df41e698be
66 Plugin 'tpope/vim-endwise' 66 Plugin 'tpope/vim-endwise'
67 67
68 Plugin 'danchoi/ri.vim' 68 Plugin 'danchoi/ri.vim'
69 Plugin 'tpope/vim-fugitive' 69 Plugin 'tpope/vim-fugitive'
70 Plugin 'ludovicchabant/vim-lawrencium' 70 Plugin 'ludovicchabant/vim-lawrencium'
71 Plugin 'mhinz/vim-signify'
71 72
72 if installed_vundle == 1 73 if installed_vundle == 1
73 echo "Installing Plugins, please ignore key map error messages" 74 echo "Installing Plugins, please ignore key map error messages"
74 echo "" 75 echo ""
75 :PluginInstall 76 :PluginInstall
286 let g:unite_source_grep_recursive_opt = '' 287 let g:unite_source_grep_recursive_opt = ''
287 endif 288 endif
288 289
289 " > Airline 290 " > Airline
290 let g:airline#extensions#whitespace#enabled = 0 291 let g:airline#extensions#whitespace#enabled = 0
292
293 " > Signify
294 let g:signify_disable_by_default = 1
295 let g:signify_vcs_list = [ 'git', 'hg' ]
296
297 let g:signify_mapping_next_hunk = '<leader>gj'
298 let g:signify_mapping_prev_hunk = '<leader>gk'
299 let g:signify_mapping_toggle = '<leader>gt'
300
291 " }}} 301 " }}}
292 302
293 303
294 " Local stuff, finish up 304 " Local stuff, finish up
295 try 305 try

mercurial