From 0b13cc3ed8bef415ac763b51d0c1cf3713346692 Mon Sep 17 00:00:00 2001 From: Aaron Date: Thu, 10 Apr 2025 08:44:31 +0200 Subject: [PATCH] Update init.lua Co-authored-by: Chris Patti --- init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/init.lua b/init.lua index 5b2f969a..6e044922 100644 --- a/init.lua +++ b/init.lua @@ -113,6 +113,7 @@ P.S. You can delete this when you're done too. It's your config now! :) -- if vim.fn.expand("%") == "file.txt" then -- vim.cmd("so ./additional_config.lua") -- end +-- -- One use-case could be a journal where the script.lua automatically moves your cursor -- to the end of file and inserts the curent date when you open it. (This suggestion is certainly not -- the easiest example, but that it is possible at all should get your mind racing