summaryrefslogtreecommitdiff
path: root/after/plugin/cfg.vim
diff options
context:
space:
mode:
authorGravatar Matthew Wozniak <sirtomato999@gmail.com> 2024-01-06 23:44:23 -0500
committerGravatar Matthew Wozniak <sirtomato999@gmail.com> 2024-01-06 23:44:23 -0500
commitca3ccc842c919e42ff21382a62d23a74e31b39dc (patch)
treeb3789a835b052eeaf483380cd9d281146ef48757 /after/plugin/cfg.vim
parent394ec5f86ee9d54c600d050353e343dd53c6fb22 (diff)
downloadnvim-ca3ccc842c919e42ff21382a62d23a74e31b39dc.tar.gz
nvim-ca3ccc842c919e42ff21382a62d23a74e31b39dc.zip
add fugitive, better gui settings for windows
Diffstat (limited to 'after/plugin/cfg.vim')
-rw-r--r--after/plugin/cfg.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/after/plugin/cfg.vim b/after/plugin/cfg.vim
index 14aa4e4..94659fc 100644
--- a/after/plugin/cfg.vim
+++ b/after/plugin/cfg.vim
@@ -12,11 +12,11 @@ set guioptions-=r
set guioptions-=R
set guioptions-=l
set guioptions-=L
-set gfn=DejaVuSansM\ Nerd\ Font\ Mono:h12
+set gfn=Fira\ Code:h12
set noshowmode
if !has('gui_running')
colorscheme dim
else
- colorscheme habamax
+ colorscheme monochrome
endif