Skip to content

Commit

Permalink
fix: modeline snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
Allaman committed Jan 8, 2025
1 parent f48bca6 commit 9e34576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snippets/all.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ return {
env.parse("rootknecht", "[email protected]", {}),
env.parse("mfg", "Mit freundlichen Grüßen\nMichael Peter", {}),
env.parse("sehrg", "Sehr geehrte Damen und Herren, \n\n", {}),
env.parse("modeline", "vim: foldmethod=marker", {}),
env.parse("modeline", "vim: set foldmethod=marker foldmarker={{{,}}} :", {}),
env.s("date", env.p(os.date, "%Y-%m-%d")),
env.s("time", env.p(os.date, "%H:%M")),
env.s("htime", env.p(os.date, "%Y-%m-%dT%H:%M:%S+10:00")),
Expand Down

0 comments on commit 9e34576

Please sign in to comment.