feat(ui): fancy fold text

This commit is contained in:
Folke Lemaitre 2023-10-03 14:56:28 +02:00
parent 364bcf325d
commit f1ce07510d
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
3 changed files with 24 additions and 1 deletions

View file

@ -19,6 +19,9 @@ local defaults = {
},
-- icons used by other plugins
icons = {
misc = {
dots = "󰇘",
},
dap = {
Stopped = { "󰁕 ", "DiagnosticWarn", "DapStoppedLine" },
Breakpoint = "",