From c1dff2841408a3e15153dba568c24cbba0f71f7c Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Sat, 9 Mar 2024 00:05:12 +0100 Subject: [PATCH] own indent blankline --- lua/plugins/common.lua | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lua/plugins/common.lua b/lua/plugins/common.lua index 9f06874..2d5ee0c 100644 --- a/lua/plugins/common.lua +++ b/lua/plugins/common.lua @@ -9,4 +9,11 @@ return { { 'd', 'TroubleToggle', desc = 'diagnostic quickfix' }, }, }, + { -- Add indentation guides even on blank lines + 'lukas-reineke/indent-blankline.nvim', + -- Enable `lukas-reineke/indent-blankline.nvim` + -- See `:help ibl` + main = 'ibl', + opts = {}, + }, }