From 23969bc9816b9066573872ffea26e319f5176f27 Mon Sep 17 00:00:00 2001 From: rootiest Date: Sun, 28 Jul 2024 14:40:40 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=B8=20ux(indent-line):=20use=20numbere?= =?UTF-8?q?d=20indent=20blocks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/plugins/editor.lua | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/lua/plugins/editor.lua b/lua/plugins/editor.lua index f35f582..d4c41ce 100644 --- a/lua/plugins/editor.lua +++ b/lua/plugins/editor.lua @@ -33,8 +33,18 @@ return { opts = { scope = { show_start = true, show_end = true }, indent = { - char = "⋯", - tab_char = "⋯", + char = { + "󰎤", + "󰎧", + "󰎪", + "󰎭", + "󰎱", + "󰎳", + "󰎶", + "󰎹", + "󰎼", + "󰽽", + }, }, }, },