From 013dfcae215ae20fe30654247a91a026118deba4 Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Tue, 13 Feb 2024 17:50:25 -0500 Subject: laptop config --- lua/cshift/opt.lua | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lua/cshift/opt.lua (limited to 'lua/cshift/opt.lua') diff --git a/lua/cshift/opt.lua b/lua/cshift/opt.lua new file mode 100644 index 0000000..880bbc4 --- /dev/null +++ b/lua/cshift/opt.lua @@ -0,0 +1,7 @@ +vim.opt.number = true +vim.opt.relativenumber = true + +vim.opt.shiftwidth = 4 +vim.opt.tabstop = 4 + +vim.cmd.colorscheme("slate") -- cgit v1.2.3