From ad8684ae0d5e31feff3909e926ebbfce8a71a6f6 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Wed, 8 Jan 2025 15:10:04 -0800 Subject: [PATCH] Add new fold icons --- neovim/lua/icons.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/neovim/lua/icons.lua b/neovim/lua/icons.lua index b5fd004..fc40001 100644 --- a/neovim/lua/icons.lua +++ b/neovim/lua/icons.lua @@ -7,6 +7,11 @@ function M.init() M.nerd_font = false end + M.fold = { + open = "▼", + closed = "▶", + } + -- Diagnostics signs if vim.env["TERM"] == "xterm-kitty" then -- Don't use double width emoji for Kitty