mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-19 21:06:46 +00:00
feat(config,render): allow customizing the debug icon (#1863)
## Description lazy.nvim allows users to configure all icons except for the debug icon. This PR enables user to configure the debug icon with `ui.icons.debug` ## Screenshots Before:  After (with config `{ ui = { icons = { debug = ' ' } } }`): 
This commit is contained in:
parent
7e6c863bc7
commit
a9c660d6ef
2 changed files with 2 additions and 1 deletions
|
@ -96,6 +96,7 @@ M.defaults = {
|
|||
icons = {
|
||||
cmd = " ",
|
||||
config = "",
|
||||
debug = "●",
|
||||
event = " ",
|
||||
favorite = " ",
|
||||
ft = " ",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue