# HG changeset patch # User Meredith Howard # Date 1403934084 14400 # Node ID 6fb982f177b34645da21a75cbc3ecc3e0f7c7ede # Parent 80df41e698be11c6112c91d298bfc53ed643d884 Get the latest vim-{perl,ruby} kits and only try to force size on windows gui diff --git a/.vimrc b/.vimrc --- a/.vimrc +++ b/.vimrc @@ -65,11 +65,14 @@ end Plugin 'tpope/vim-unimpaired' Plugin 'tpope/vim-endwise' - Plugin 'danchoi/ri.vim' Plugin 'tpope/vim-fugitive' Plugin 'ludovicchabant/vim-lawrencium' Plugin 'mhinz/vim-signify' + Plugin 'danchoi/ri.vim' + Plugin 'vim-ruby/vim-ruby' + Plugin 'vim-perl/vim-perl' + if installed_vundle == 1 echo "Installing Plugins, please ignore key map error messages" echo "" @@ -315,7 +318,10 @@ if has('gui_running') set nu set bg=dark - set columns=120 lines=40 + if on_windows == 1 + " generally have a tiling wm on linux + set columns=120 lines=40 + end colorscheme solarized else