mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2025-01-22 08:04:14 +00:00
Add new fold icons
This commit is contained in:
parent
9680b0d4a6
commit
ad8684ae0d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user