From f80659fd6573a543f310df148c71637ec9ca2f94 Mon Sep 17 00:00:00 2001 From: Enrique MP Date: Sun, 8 Oct 2023 20:11:10 +0200 Subject: [PATCH] new plugin, default opts --- lua/emp/plugins/indent-blankline.lua | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lua/emp/plugins/indent-blankline.lua diff --git a/lua/emp/plugins/indent-blankline.lua b/lua/emp/plugins/indent-blankline.lua new file mode 100644 index 0000000..543815e --- /dev/null +++ b/lua/emp/plugins/indent-blankline.lua @@ -0,0 +1,5 @@ +return { + "lukas-reineke/indent-blankline.nvim", + main = "ibl", + opts = {}, +}