Automatically resizes your windows
Automatically resizes your windows
If you don’t already use a plugin manager, I recommend
vim-plug
Plug 'justincampbell/vim-eighties'
Plugin 'justincampbell/vim-eighties'
cd ~/.vim/bundle
git clone git://github.com/justincampbell/vim-eighties.git
let g:eighties_enabled = 1
let g:eighties_minimum_width = 80
let g:eighties_extra_width = 0 " Increase this if you want some extra room
let g:eighties_compute = 1 " Disable this if you just want the minimum + extra
let g:eighties_bufname_additional_patterns = ['fugitiveblame'] " Defaults to [], 'fugitiveblame' is only an example. Takes a comma delimited list of bufnames as strings.