mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2025-01-22 07:44:13 +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
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user