From 78cfbf1c10dcd3fe40b8abd2388d45d299d618ce Mon Sep 17 00:00:00 2001 From: iGor milhit Date: Fri, 6 Oct 2023 09:47:39 +0200 Subject: [PATCH] plugins: update config to the ibl version 3 - Updates the configuration accordingly to the indent blankline plugin version 3. Co-Authored-by: iGor milhit --- init.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/init.lua b/init.lua index 47c6f97..10a729e 100644 --- a/init.lua +++ b/init.lua @@ -173,9 +173,10 @@ require('lazy').setup({ 'lukas-reineke/indent-blankline.nvim', -- Enable `lukas-reineke/indent-blankline.nvim` -- See `:help indent_blankline.txt` + main = "ibl", opts = { - char = '┊', - show_trailing_blankline_indent = false, + indent = {char = '┊'}, + whitespace = {remove_blankline_trail = false}, }, },