diff options
author | 2025-07-20 17:15:54 -0400 | |
---|---|---|
committer | 2025-07-20 17:15:54 -0400 | |
commit | 8148b432d1ff51b094b8c6e109f791400ba54e5b (patch) | |
tree | dcc821d9a5b439e8da926c027ddbd501b45cfb3f /after/plugin/cfg.vim | |
parent | 9bf89c0eba6f5c7ba64aceb6430e2a90da4b325c (diff) | |
download | nvim-8148b432d1ff51b094b8c6e109f791400ba54e5b.tar.gz nvim-8148b432d1ff51b094b8c6e109f791400ba54e5b.zip |
Diffstat (limited to 'after/plugin/cfg.vim')
-rw-r--r-- | after/plugin/cfg.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/after/plugin/cfg.vim b/after/plugin/cfg.vim index 1527a6f..c71ccb1 100644 --- a/after/plugin/cfg.vim +++ b/after/plugin/cfg.vim @@ -3,4 +3,4 @@ set autoindent set sw=4 ts=4 noet tw=80 cc=80 set spr sb pb=12 winbl=12 nowrap ruler autoread set gfn=Hack:h10 noshowmode -color oxocarbon +colorscheme monochrome |