From 60e6ab22faa1f9a8b457c55c16d78cdab8fc7daf Mon Sep 17 00:00:00 2001 From: vladstojna Date: Tue, 18 Apr 2023 21:06:05 +0100 Subject: [PATCH] remove indentation character --- lua/custom/plugins/indent-blankline.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/custom/plugins/indent-blankline.lua b/lua/custom/plugins/indent-blankline.lua index 63b30c05..ee3958cd 100644 --- a/lua/custom/plugins/indent-blankline.lua +++ b/lua/custom/plugins/indent-blankline.lua @@ -1,7 +1,7 @@ return { 'lukas-reineke/indent-blankline.nvim', opts = { - char = '┊', + char = '', show_trailing_blankline_indent = false, show_current_context = true, },