From 4d154c4a844685c75fdfc4267a5065e193c706b0 Mon Sep 17 00:00:00 2001 From: Andy Teijelo Date: Mon, 31 Jul 2023 19:26:01 -0400 Subject: [PATCH] indent blankline --- lua/plugins/indentscope.lua | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lua/plugins/indentscope.lua b/lua/plugins/indentscope.lua index c01bed5..7066bdb 100644 --- a/lua/plugins/indentscope.lua +++ b/lua/plugins/indentscope.lua @@ -1,4 +1,11 @@ return { + { + "lukas-reineke/indent-blankline.nvim", + enabled = true, + opts = { + show_foldtext = false + }, + }, { "echasnovski/mini.indentscope", enabled = true,