add let/in with aliases

This commit is contained in:
2025-10-05 13:32:18 -05:00
parent cbbbfd954f
commit fd79b29623
12 changed files with 59 additions and 36 deletions

View File

@@ -23,8 +23,8 @@ o.relativenumber = true
vim.cmd('highlight LineNr ctermfg=054')
-- tabs
o.tabstop = 4
o.shiftwidth = 4
o.tabstop = 2
o.shiftwidth = 2
o.softtabstop = -1 -- if negative uses shift width
o.expandtab = true
o.smarttab = true