From 36e99fbe3511214bb884bef1a17e1ffae9045941 Mon Sep 17 00:00:00 2001 From: TJ DeVries Date: Wed, 15 Feb 2023 15:59:16 -0500 Subject: [PATCH] note to self --- lua/kickstart/autoformat.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lua/kickstart/autoformat.lua b/lua/kickstart/autoformat.lua index 7519c2c..87f9159 100644 --- a/lua/kickstart/autoformat.lua +++ b/lua/kickstart/autoformat.lua @@ -1,3 +1,9 @@ +-- TODO: Have to decide how we would make this easy +-- to configure and understand from init.lua... +-- +-- I was hoping all of them could go in plugins, but it's a little weird +-- to do that I guess? + -- Toggle this on/off for autoformatting local autoformatting = false if not autoformatting then