.vimrc

changeset 451
de71f64f65c1
parent 450
4865de0a8b7a
child 452
0fed20b49b89
equal deleted inserted replaced
450:4865de0a8b7a 451:de71f64f65c1
72 Plugin 'godlygeek/tabular' 72 Plugin 'godlygeek/tabular'
73 Plugin 'tomtom/tcomment_vim' 73 Plugin 'tomtom/tcomment_vim'
74 Plugin 'tpope/vim-unimpaired' 74 Plugin 'tpope/vim-unimpaired'
75 Plugin 'tpope/vim-endwise' 75 Plugin 'tpope/vim-endwise'
76 76
77 Plugin 'vimoutliner/vimoutliner' 77 Plugin 'vimwiki/vimwiki'
78 78
79 Plugin 'Shougo/neocomplcache.vim' 79 Plugin 'Shougo/neocomplcache.vim'
80 Plugin 'c9s/perlomni.vim' 80 Plugin 'c9s/perlomni.vim'
81 Plugin 'rking/ag.vim' 81 Plugin 'rking/ag.vim'
82 82
395 395
396 " }}} 396 " }}}
397 397
398 398
399 " Plugin settings {{{ 399 " Plugin settings {{{
400
401 ">> Vimwiki
402 let g:vimwiki_list = [{'path': '~/vimwiki/', 'auto_tags': 1, 'auto_toc': 1}]
403 let g:vimwiki_use_mouse = 1
400 404
401 ">> Viewdoc 405 ">> Viewdoc
402 let g:viewdoc_open = 'new' 406 let g:viewdoc_open = 'new'
403 let g:viewdoc_perldoc_format = 'ansi' 407 let g:viewdoc_perldoc_format = 'ansi'
404 let g:viewdoc_winwidth_max = 100 408 let g:viewdoc_winwidth_max = 100

mercurial