" https://github.com/dvcrn/dotfiles/blob/master/vim/ginit.vim " This file is only loaded in GUIs " let g:Guifont=Hack\ Regular:h14 " let g:guifont=DejaVu Sans Mono:h14 " Neovim-qt Guifont command " Set the font to DejaVu Sans Mono:h13 " :Guifont Hack:h15 " autocmd VimEnter * highlight Comment cterm=italic gui=italic " vimr doesn't support :Guifont " https://github.com/qvacua/vimr/issues/314#issuecomment-355882345 if has("gui_vimr") :VimRSetFontAndSize "Ewka Nerd Font", 28 nnoremap gT nnoremap gt let g:python3_host_prog = $HOMEBREW_PREFIX/Caskroom/mambaforge/base/envs/py/bin/python endif