From 1d3653b7918ea29675e0beb1401c8be3b422fb04 Mon Sep 17 00:00:00 2001 From: leafee98 Date: Tue, 7 May 2024 21:01:23 +0800 Subject: [PATCH] add guess-indent --- lua/plugins/guess-indent.lua | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 lua/plugins/guess-indent.lua diff --git a/lua/plugins/guess-indent.lua b/lua/plugins/guess-indent.lua new file mode 100644 index 0000000..5660def --- /dev/null +++ b/lua/plugins/guess-indent.lua @@ -0,0 +1,3 @@ +return { + "NMAC427/guess-indent.nvim", +}