From a593ddb2fd13ff58d31e0857744c8b9e53f076d7 Mon Sep 17 00:00:00 2001 From: rootiest Date: Tue, 11 Feb 2025 20:50:22 -0500 Subject: [PATCH] remove deprecated indentor module --- lua/config/rootiest.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/config/rootiest.lua b/lua/config/rootiest.lua index 3ac6965..901e6c6 100644 --- a/lua/config/rootiest.lua +++ b/lua/config/rootiest.lua @@ -152,7 +152,7 @@ function M.setup() -- Setup types data require('data.types').setup() -- Setup indentor - require('utils.indentor') + -- require('utils.indentor') end return M