use snacks indent

This commit is contained in:
2025-04-09 22:17:37 +02:00
parent f6c84d7d5b
commit 584ad307d6
3 changed files with 23 additions and 47 deletions

View File

@ -6,6 +6,11 @@ local indent = 2
opt.termguicolors = true -- Enable colors in terminal
opt.hlsearch = true --Set highlight on search
opt.number = true --Make line numbers default
opt.listchars:append('eol:↴')
-- opt.listchars:append("space: ")
-- opt.listchars:append 'space:⋅'
opt.listchars:append('trail: ')
opt.listchars:append('tab:→ ')
opt.relativenumber = false --Make relative number default
opt.mouse = 'a' --Enable mouse mode
opt.breakindent = true --Enable break indent