ldelossa / litee-calltree.nvim

Neovim's missing call hierarchy UI
131 stars 9 forks source link

to support the custom icon_set #15

Closed zjp-CN closed 2 years ago

zjp-CN commented 2 years ago

see: https://github.com/ldelossa/litee.nvim/pull/94

icon_set will not be nil, so use logic operators to simplify the condition branches.

zjp-CN commented 2 years ago

You can test the custom icon_set if it works :) BTW you miss the vim:ft=help stuff to inform github of highlighting, and you can use > < syntax to highlight the codeblock. Refer to :h help-writing in nvim.

ldelossa commented 2 years ago

Thanks, i has no idea that existed :)