From 2c0d7e97fb7e6469153ece2b89898bc49d71297a Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Tue, 18 Feb 2025 19:40:40 +0000 Subject: Fixed Ident blank lines plugin and added F8 to keymaps to toggle it. --- .config/nvim/lua/plugins/indent-blankline.lua | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to '.config/nvim/lua/plugins/indent-blankline.lua') diff --git a/.config/nvim/lua/plugins/indent-blankline.lua b/.config/nvim/lua/plugins/indent-blankline.lua index 423131f..572e0bd 100644 --- a/.config/nvim/lua/plugins/indent-blankline.lua +++ b/.config/nvim/lua/plugins/indent-blankline.lua @@ -1,5 +1,8 @@ return { "lukas-reineke/indent-blankline.nvim", - main = "ibl", - opts = {} + event = { "BufReadPre", "BufNewFile" }, + main = "ibl", + opts = { + indent = { char = "┊" }, + }, } -- cgit v1.2.3