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 = { + "󰎤", + "󰎧", + "󰎪", + "󰎭", + "󰎱", + "󰎳", + "󰎶", + "󰎹", + "󰎼", + "󰽽", + }, }, }, },