diff options
author | Matt Singleton <matt@xcolour.net> | 2022-04-22 19:13:36 -0500 |
---|---|---|
committer | Matt Singleton <matt@xcolour.net> | 2022-04-22 19:13:36 -0500 |
commit | 4e44db27f4b5307285cb884ebe44a2d169f34a78 (patch) | |
tree | aa84e9aef3ddc206f7fd687a00bb84c3e9a85625 /home | |
parent | a8266af8e2b6806cc9eef7b56df010cbe08eda64 (diff) |
guifont makes more sense as a local setting
Diffstat (limited to 'home')
-rw-r--r-- | home/vimrc | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -131,15 +131,6 @@ let g:airline_left_sep="\uE0B4" let g:airline_right_sep = "\uE0B6" let g:airline_skip_empty_sections = 1 -" set a font for gvim and macvim -if has("gui_running") - if has("gui_gtk2") - :set guifont=JetBrainsMono\ Nerd\ Font\ Complete\ 11 - elseif has("gui_macvim") - :set guifont=JetBrainsMonoNerdFontCompleteM-Regular:h14 - endif -endif - " " local additions " |