From 933042f41cc5502b2cc2879dd02bc5ce49bbb6f6 Mon Sep 17 00:00:00 2001 From: fm39hz-workstation Date: Mon, 13 May 2024 13:29:44 +0700 Subject: [PATCH] feat: add indent config --- lua/plugins/indent.lua | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 lua/plugins/indent.lua diff --git a/lua/plugins/indent.lua b/lua/plugins/indent.lua new file mode 100644 index 0000000..2a84403 --- /dev/null +++ b/lua/plugins/indent.lua @@ -0,0 +1,3 @@ +return { + "Darazaki/indent-o-matic", +}