qol changes to formatters/keymaps

This commit is contained in:
kossLAN 2025-06-04 13:55:59 -04:00
parent e54bd1fe69
commit f0b0787c91
Signed by: kossLAN
SSH key fingerprint: SHA256:bdV0x+wdQHGJ6LgmstH3KV8OpWY+OOFmJcPcB0wQPV8
7 changed files with 24 additions and 21 deletions

View file

@ -22,7 +22,7 @@ end
opt.path = vim.o.path .. '**'
opt.number = true
opt.relativenumber = false
opt.relativenumber = true
opt.cursorline = true
opt.lazyredraw = true
opt.showmatch = true -- Highlight matching parentheses, etc