vim/hosts/awesome.vimrc

4 lines
94 B
Plaintext
Raw Normal View History

2022-01-04 12:21:07 +00:00
if has('gui_running') && !has('nvim')
2023-05-15 09:26:49 +00:00
set guifont=Iosevka\ Prog\ Nerd\ Font\ Mono\ 18
2022-01-04 12:21:07 +00:00
endif