.vimrc

changeset 87
4a38df9bd773
parent 86
6fb982f177b3
child 105
f3d684572a8f
equal deleted inserted replaced
86:6fb982f177b3 87:4a38df9bd773
56 Plugin 'bling/vim-airline' 56 Plugin 'bling/vim-airline'
57 57
58 Plugin 'Shougo/vimproc.vim' 58 Plugin 'Shougo/vimproc.vim'
59 Plugin 'Shougo/unite.vim' 59 Plugin 'Shougo/unite.vim'
60 Plugin 'Shougo/vimshell.vim' 60 Plugin 'Shougo/vimshell.vim'
61 Plugin 'Shougo/vimfiler.vim'
61 Plugin 'sjl/gundo.vim' 62 Plugin 'sjl/gundo.vim'
62 Plugin 'majutsushi/tagbar' 63 Plugin 'majutsushi/tagbar'
63 Plugin 'godlygeek/tabular' 64 Plugin 'godlygeek/tabular'
64 Plugin 'tomtom/tcomment_vim' 65 Plugin 'tomtom/tcomment_vim'
65 Plugin 'tpope/vim-unimpaired' 66 Plugin 'tpope/vim-unimpaired'
87 " }}} 88 " }}}
88 89
89 90
90 " Key maps, mostly plugin stuff on F-keys {{{ 91 " Key maps, mostly plugin stuff on F-keys {{{
91 nmap <silent> <F1> :Unite buffer<CR> 92 nmap <silent> <F1> :Unite buffer<CR>
92 nmap <silent> <F2> :Unite file<CR> 93 nmap <silent> <F2> :VimFilerExplorer<CR>
93 nmap <silent> <F3> :VimShell<CR> 94 nmap <silent> <F3> :VimShell<CR>
94 map <silent> <F4> :noh<CR> 95 map <silent> <F4> :noh<CR>
95 nmap <silent> <F5> :GundoToggle<CR> 96 nmap <silent> <F5> :GundoToggle<CR>
96 nmap <silent> <F8> :TagbarToggle<CR> 97 nmap <silent> <F8> :TagbarToggle<CR>
97 98
288 let g:unite_source_grep_command = 'ag' 289 let g:unite_source_grep_command = 'ag'
289 let g:unite_source_grep_default_opts = '--nogroup --nocolor --column' 290 let g:unite_source_grep_default_opts = '--nogroup --nocolor --column'
290 let g:unite_source_grep_recursive_opt = '' 291 let g:unite_source_grep_recursive_opt = ''
291 endif 292 endif
292 293
294 " > vimfiler
295 let g:vimfiler_as_default_explorer = 1
296 autocmd FileType vimfiler nmap <buffer> <2-LeftMouse> <Plug>(vimfiler_edit_file)
297
293 " > Airline 298 " > Airline
294 let g:airline#extensions#whitespace#enabled = 0 299 let g:airline#extensions#whitespace#enabled = 0
295 300
296 " > Signify 301 " > Signify
297 let g:signify_disable_by_default = 1 302 let g:signify_disable_by_default = 1

mercurial