ldelossa / litee.nvim

A framework for building Neovim plugins
409 stars 14 forks source link

add `icon_set_custom` for setup config and `icon_set_update` function for litee's plugins #94

Closed zjp-CN closed 2 years ago

zjp-CN commented 2 years ago

icon_set_update function can be used in litee's plugins to support the custom icon_set.

zjp-CN commented 2 years ago

I can make more PRs like what I did in https://github.com/ldelossa/litee-calltree.nvim/pull/15 to support the custom icon_set, if you want me to do so.

ldelossa commented 2 years ago

@zjp-CN this is great, and will be very useful for litee's customization.

Id definitely like the changes you made in calltree to be made in other litee plugins 👍

This change seems backwards compatible with existing code that uses the pattern you replaced in calltree plugin, right?

zjp-CN commented 2 years ago

Yes, it is backward compatible.

---Original--- From: "Louis @.> Date: Thu, May 19, 2022 00:17 AM To: @.>; Cc: @.**@.>; Subject: Re: [ldelossa/litee.nvim] add icon_set_custom for setup config andicon_set_update function for litee's plugins (PR #94)

@zjp-CN this is great, and will be very useful for litee's customization.

Id definitely like the changes you made in symboltree to be made in other litee plugins 👍

This change seems backwards compatible with existing code that uses the pattern you replaced in symboltree plugin, right?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: @.***>