1
0
Fork 0
mirror of https://github.com/folke/lazy.nvim.git synced 2025-04-07 00:06:34 +00:00
lazy.nvim/lua/lazy/core
Shihua Zeng a9c660d6ef
feat(config,render): allow customizing the debug icon ()
## 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:


![image](https://github.com/user-attachments/assets/42b02fd9-58e6-4ebc-a1a7-c5e91f07a11a)

After (with config `{ ui = { icons = { debug = ' ' } } }`):


![image](https://github.com/user-attachments/assets/3ade5392-a988-4a10-86fc-f52b41a690c5)
2025-01-05 06:40:44 +01:00
..
handler feat: add plugin name to handlers.managed 2024-07-11 22:04:06 +02:00
cache.lua style: fix some typo () 2024-06-03 09:18:43 +02:00
config.lua feat(config,render): allow customizing the debug icon () 2025-01-05 06:40:44 +01:00
fragments.lua fix(fragments): check for empty plugin names 2024-06-25 00:31:34 +02:00
loader.lua feat(plugin): added support for virtual plugins. Closes 2024-12-06 20:28:53 +01:00
meta.lua fix(meta): when a plugin is both optional and disabled, then just delete it from the list 2024-12-13 19:56:52 +01:00
plugin.lua feat(plugin): added support for virtual plugins. Closes 2024-12-06 20:28:53 +01:00
util.lua feat(plugin): added support for virtual plugins. Closes 2024-12-06 20:28:53 +01:00