mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-28 03:30:12 +02:00
feat(ui): fancy fold text
This commit is contained in:
parent
364bcf325d
commit
f1ce07510d
3 changed files with 24 additions and 1 deletions
|
@ -19,6 +19,9 @@ local defaults = {
|
|||
},
|
||||
-- icons used by other plugins
|
||||
icons = {
|
||||
misc = {
|
||||
dots = "",
|
||||
},
|
||||
dap = {
|
||||
Stopped = { " ", "DiagnosticWarn", "DapStoppedLine" },
|
||||
Breakpoint = " ",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue