idk what all...

This commit is contained in:
2026-06-22 22:06:23 +00:00
parent 97dd524fa3
commit f21da90f44
6 changed files with 56 additions and 18 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ vim.o.softtabstop = 4
vim.o.expandtab = true
vim.o.list = true
vim.opt.listchars = { tab = '» ', trail = '·', nbsp = '' }
vim.opt.listchars = { tab = ' ', trail = '·', nbsp = '' }
vim.o.inccommand = 'split'
vim.o.cursorline = true