feat(ui): made all highlight groups and icons configurable

This commit is contained in:
Folke Lemaitre 2022-12-26 10:24:47 +01:00
parent 3d22c496da
commit 0ea771bd70
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
5 changed files with 108 additions and 78 deletions

View file

@ -37,6 +37,8 @@ M.defaults = {
-- The border to use for the UI window. Accepts same border values as |nvim_open_win()|.
border = "none",
icons = {
loaded = "",
not_loaded = "",
cmd = "",
config = "",
event = "",
@ -49,6 +51,12 @@ M.defaults = {
start = "",
task = "",
lazy = "",
list = {
"",
"",
"",
"",
},
},
throttle = 20, -- how frequently should the ui process render events
custom_keys = {