aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Singleton <matt@xcolour.net>2022-04-22 19:13:36 -0500
committerMatt Singleton <matt@xcolour.net>2022-04-22 19:13:36 -0500
commit4e44db27f4b5307285cb884ebe44a2d169f34a78 (patch)
treeaa84e9aef3ddc206f7fd687a00bb84c3e9a85625
parenta8266af8e2b6806cc9eef7b56df010cbe08eda64 (diff)
guifont makes more sense as a local setting
-rw-r--r--home/vimrc9
1 files changed, 0 insertions, 9 deletions
diff --git a/home/vimrc b/home/vimrc
index 1ce5ff4..884761d 100644
--- a/home/vimrc
+++ b/home/vimrc
@@ -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
"