alex-environ/home/.vimrc.d/gui.vim
2022-03-21 17:09:36 +00:00

9 lines
183 B
VimL

if has('gui_running')
set guifont=Menlo\ Regular:h20
set columns=90
set lines=30
autocmd VimEnter * if !argc() | NERDTree | endif
let g:NERDTreeMouseMode=3
endif