From 31c7bc5258d7323658e60cb5400d5f3457fff74f Mon Sep 17 00:00:00 2001 From: Matthew Wozniak Date: Thu, 18 Jan 2024 19:30:36 -0500 Subject: vimtex --- after/plugin/cfg.vim | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'after/plugin/cfg.vim') diff --git a/after/plugin/cfg.vim b/after/plugin/cfg.vim index 94659fc..b11cdce 100644 --- a/after/plugin/cfg.vim +++ b/after/plugin/cfg.vim @@ -15,8 +15,6 @@ set guioptions-=L set gfn=Fira\ Code:h12 set noshowmode -if !has('gui_running') - colorscheme dim -else - colorscheme monochrome -endif +set formatoptions+=a + +colorscheme vacme -- cgit v1.2.3-54-g00ecf