From fc814a5129037924efe9375ecd89228906390b6a Mon Sep 17 00:00:00 2001 From: Aaron Date: Thu, 10 Apr 2025 08:44:25 +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 0e437fc2..5b2f969a 100644 --- a/init.lua +++ b/init.lua @@ -109,6 +109,7 @@ P.S. You can delete this when you're done too. It's your config now! :) -- on valid effidence that you like this feature. -- -- The following snippet loads/executes some lua file when a specific file is opened: +-- -- if vim.fn.expand("%") == "file.txt" then -- vim.cmd("so ./additional_config.lua") -- end