.vimrc

branch
mhoward-lt
changeset 147
c85924edbea7
parent 145
a7be2cafd6d7
child 146
7808b6e38ae2
equal deleted inserted replaced
143:70f2c9771fd8 147:c85924edbea7
81 Plugin 'danchoi/ri.vim' 81 Plugin 'danchoi/ri.vim'
82 Plugin 'vim-ruby/vim-ruby' 82 Plugin 'vim-ruby/vim-ruby'
83 Plugin 'vim-perl/vim-perl' 83 Plugin 'vim-perl/vim-perl'
84 Plugin 'yko/mojo.vim' 84 Plugin 'yko/mojo.vim'
85 85
86
87 try
88 if on_windows == 1
89 source ~/_vimrc.local-pre
90 else
91 source ~/.vimrc.local-pre
92 endif
93 catch
94 endtry
86 95
87 if installed_vundle == 1 96 if installed_vundle == 1
88 echo "Installing Plugins, please ignore key map error messages" 97 echo "Installing Plugins, please ignore key map error messages"
89 echo "" 98 echo ""
90 :PluginInstall 99 :PluginInstall
392 401
393 if has('gui_running') 402 if has('gui_running')
394 set number 403 set number
395 set background=dark 404 set background=dark
396 405
406 set guicursor+=a:blinkwait1000-blinkon1200-blinkoff250
407
397 if on_windows == 1 408 if on_windows == 1
398 " generally have a tiling wm on linux 409 " generally have a tiling wm on linux
399 set columns=120 lines=40 410 set columns=120 lines=40
400 end 411 end
401 412

mercurial