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