Use FiraCode in vim

This commit is contained in:
Ryan Cavicchioni 2024-07-02 23:29:31 -05:00
parent fe463fbf28
commit daffcc3915
Signed by: ryanc
GPG Key ID: 877EEDAF9245103D

5
.vimrc
View File

@ -208,3 +208,8 @@ endif
if filereadable(expand("~/.vimrc.local")) if filereadable(expand("~/.vimrc.local"))
source ~/.vimrc.local source ~/.vimrc.local
endif endif
if !has('nvim')
set guifont=FiraCode
set guiligatures=!\"#$%&()*+-./:<=>?@[]^_{\|~
endif