From 69b62150a53d1c080ff1aa729a65d5cd04c11615 Mon Sep 17 00:00:00 2001 From: iGor milhit Date: Thu, 28 Sep 2023 10:49:27 +0200 Subject: [PATCH] plugins: update config to the ibl version 3 - Updates the configuration accordingly to the ident 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 11c7d28..a45dafb 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}, }, },