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:
@@ -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')")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user