vim/hosts/awesome.vimrc

4 lines
88 B
Plaintext
Raw Normal View History

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