From ca3ccc842c919e42ff21382a62d23a74e31b39dc Mon Sep 17 00:00:00 2001 From: Matthew Wozniak Date: Sat, 6 Jan 2024 23:44:23 -0500 Subject: add fugitive, better gui settings for windows --- after/plugin/cfg.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'after/plugin/cfg.vim') 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 -- cgit v1.2.3-54-g00ecf