.vimrc

changeset 86
6fb982f177b3
parent 85
80df41e698be
child 87
4a38df9bd773
equal deleted inserted replaced
85:80df41e698be 86:6fb982f177b3
63 Plugin 'godlygeek/tabular' 63 Plugin 'godlygeek/tabular'
64 Plugin 'tomtom/tcomment_vim' 64 Plugin 'tomtom/tcomment_vim'
65 Plugin 'tpope/vim-unimpaired' 65 Plugin 'tpope/vim-unimpaired'
66 Plugin 'tpope/vim-endwise' 66 Plugin 'tpope/vim-endwise'
67 67
68 Plugin 'danchoi/ri.vim'
69 Plugin 'tpope/vim-fugitive' 68 Plugin 'tpope/vim-fugitive'
70 Plugin 'ludovicchabant/vim-lawrencium' 69 Plugin 'ludovicchabant/vim-lawrencium'
71 Plugin 'mhinz/vim-signify' 70 Plugin 'mhinz/vim-signify'
71
72 Plugin 'danchoi/ri.vim'
73 Plugin 'vim-ruby/vim-ruby'
74 Plugin 'vim-perl/vim-perl'
72 75
73 if installed_vundle == 1 76 if installed_vundle == 1
74 echo "Installing Plugins, please ignore key map error messages" 77 echo "Installing Plugins, please ignore key map error messages"
75 echo "" 78 echo ""
76 :PluginInstall 79 :PluginInstall
313 316
314 if has('gui_running') 317 if has('gui_running')
315 set nu 318 set nu
316 set bg=dark 319 set bg=dark
317 320
318 set columns=120 lines=40 321 if on_windows == 1
322 " generally have a tiling wm on linux
323 set columns=120 lines=40
324 end
319 325
320 colorscheme solarized 326 colorscheme solarized
321 else 327 else
322 if &t_Co == 256 328 if &t_Co == 256
323 colorscheme jellybeans 329 colorscheme jellybeans

mercurial