theres still more to do

This commit is contained in:
sadanslargehole 2024-03-12 01:28:22 -04:00
commit 641621a88a
No known key found for this signature in database
GPG key ID: B2E2F4A5161A7800
13 changed files with 447 additions and 0 deletions

9
lua/sets.lua Normal file
View file

@ -0,0 +1,9 @@
vim.opt.rnu = true
vim.opt.expandtab = true
vim.opt.tabstop = 4
vim.opt.smarttab = true
vim.opt.shiftround = true
vim.opt.shiftwidth = 4
vim.opt.smartcase = true
vim.opt.ignorecase = true
vim.opt.scrolloff = 4