summaryrefslogtreecommitdiff
path: root/after/plugin/cfg.vim
diff options
context:
space:
mode:
authorGravatar Matthew Wozniak <sirtomato999@gmail.com> 2024-02-14 15:46:00 -0500
committerGravatar Matthew Wozniak <sirtomato999@gmail.com> 2024-02-14 15:46:00 -0500
commitb15f41338b417ef429c8c50f84be40317dc074c2 (patch)
treeb8ba5775b387d7cb3ec715186f4a8e661684acbc /after/plugin/cfg.vim
parent31c7bc5258d7323658e60cb5400d5f3457fff74f (diff)
downloadnvim-b15f41338b417ef429c8c50f84be40317dc074c2.tar.gz
nvim-b15f41338b417ef429c8c50f84be40317dc074c2.zip
integrals
Diffstat (limited to 'after/plugin/cfg.vim')
-rw-r--r--after/plugin/cfg.vim8
1 files changed, 5 insertions, 3 deletions
diff --git a/after/plugin/cfg.vim b/after/plugin/cfg.vim
index b11cdce..3fb0433 100644
--- a/after/plugin/cfg.vim
+++ b/after/plugin/cfg.vim
@@ -15,6 +15,8 @@ set guioptions-=L
set gfn=Fira\ Code:h12
set noshowmode
-set formatoptions+=a
-
-colorscheme vacme
+if has('gui_running')
+ colorscheme dim
+else
+ colorscheme monochrome
+endif