feat(prog/nvim): resize when focus win

This commit is contained in:
Dmitriy Pleshevskiy 2022-04-19 11:28:32 +03:00
parent 350576cc39
commit c0232c9c6a

View file

@ -31,6 +31,11 @@ nnoremap <leader>sv :source $MYVIMRC<cr>
cabbrev bsp belowright split cabbrev bsp belowright split
cabbrev rvsp belowright vsplit cabbrev rvsp belowright vsplit
aug focus
au!
au WinEnter * vertical resize 100
aug END
" Markdown file settings {{{ " Markdown file settings {{{
aug filetype_md aug filetype_md
au! au!