some changes

This commit is contained in:
jc 2023-08-03 22:18:42 -04:00
commit ef92789b20
No known key found for this signature in database
2 changed files with 85 additions and 85 deletions

View file

@ -7,9 +7,9 @@ vim.opt.relativenumber = true -- juicy relativity
vim.opt.autoindent = true
vim.opt.smartindent = true
vim.opt.tabstop = 4
vim.opt.softtabstop = 4
vim.opt.shiftwidth = 4
vim.opt.tabstop = 2
vim.opt.softtabstop = 2
vim.opt.shiftwidth = 2
vim.opt.expandtab = true
vim.opt.smarttab = true
vim.opt.breakindent = true