diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2024-02-13 17:50:25 -0500 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2024-02-13 17:50:25 -0500 |
commit | 013dfcae215ae20fe30654247a91a026118deba4 (patch) | |
tree | 6a4106bd120881c9778ba089e4a75b0f56a4af45 /lua/cshift/opt.lua |
laptop config
Diffstat (limited to 'lua/cshift/opt.lua')
-rw-r--r-- | lua/cshift/opt.lua | 7 |
1 files changed, 7 insertions, 0 deletions
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") |