Add new fold icons

This commit is contained in:
ViViDboarder 2025-01-08 15:10:04 -08:00
parent 9680b0d4a6
commit ad8684ae0d

View File

@ -7,6 +7,11 @@ function M.init()
M.nerd_font = false M.nerd_font = false
end end
M.fold = {
open = "",
closed = "",
}
-- Diagnostics signs -- Diagnostics signs
if vim.env["TERM"] == "xterm-kitty" then if vim.env["TERM"] == "xterm-kitty" then
-- Don't use double width emoji for Kitty -- Don't use double width emoji for Kitty