" @(#) gvimrc " @(#) iekko " @(#) 2007-05-30 " --- Options set columns=115 lines=50 set guifont=console\ 11 set guioptions-=m set guioptions-=T set guioptions+=c set guioptions+=k set guioptions+=M set mouse=a set mousemodel=popup set cursorline " --- Theme set background=dark colorscheme nordim "colorscheme catppuccin_frappe "colorscheme solarized " --- Maps " Horizontal scrolling map :set nowrap guioptions+=b map :set wrap guioptions-=b " --- Plugins " Goyo function GoyoEnterGraphic() call GoyoEnter() set guioptions-=r endfunction function GoyoLeaveGraphic() call GoyoLeave() set guioptions+=r endfunction let g:goyo_callbacks=[function('GoyoEnterGraphic'), function('GoyoLeaveGraphic')]