Update init.lua

Co-authored-by: Chris Patti <feoh@feoh.org>
This commit is contained in:
Aaron 2025-04-10 08:44:25 +02:00 committed by GitHub
parent 63a74f8d0b
commit fc814a5129
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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