feat: add TODO comment strings to highlight lines to modify

This commit is contained in:
Micah Halter
2024-02-19 13:33:56 -05:00
parent 4ab91873cc
commit 215d9457c1
9 changed files with 9 additions and 9 deletions

View File

@ -1,4 +1,4 @@
if true then return end -- REMOVE THIS LINE TO ACTIVATE THIS FILE
if true then return end -- WARN: REMOVE THIS LINE TO ACTIVATE THIS FILE
-- This will run last in the setup process and is a good place to configure
-- things like custom filetypes. This just pure lua so anything that doesn't