1
0
mirror of https://codeberg.org/diginaut/dotfiles.git synced 2026-05-06 21:34:09 +02:00

Removed the alpha again, it looked like some status

This commit is contained in:
2026-04-22 11:06:56 +02:00
parent caefb97885
commit ab4c2fc30c
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ vim.opt.wrap = true -- Enable line wrap
vim.opt.spelllang = { "en", "nl" }
-- Replace 'dayh' with a formatted day header
vim.cmd("iab <expr> dayh strftime('== %Y%m%d %A ======')")
vim.cmd("iab <expr> dayh strftime('## %Y%m%d %A')")
-- Replace 'timeh' with a formatted date/time header
vim.cmd("iab <expr> timeh strftime('## %Y%m%d %a %H:%M:%S')")