From a7f3bc8f5d8e7fbb3e6b631f9898de3e7d3bba7b Mon Sep 17 00:00:00 2001 From: Matthew Wozniak Date: Thu, 12 Dec 2024 22:34:06 -0500 Subject: configs 2025 initial setup --- after/plugin/cfg.vim | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 after/plugin/cfg.vim (limited to 'after/plugin/cfg.vim') diff --git a/after/plugin/cfg.vim b/after/plugin/cfg.vim new file mode 100644 index 0000000..9d95463 --- /dev/null +++ b/after/plugin/cfg.vim @@ -0,0 +1,6 @@ +set number +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 +colorscheme seoul256 -- cgit v1.2.3-54-g00ecf