mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
dev/list-plugins: add symbol for 'MISC' type plugins
This commit is contained in:
parent
ece372190a
commit
bcebe05a51
1 changed files with 2 additions and 0 deletions
|
@ -64,6 +64,8 @@ class Plugin:
|
|||
kind_icon = "\033[94m" + " "
|
||||
case Kind.VIM:
|
||||
kind_icon = "\033[92m" + " "
|
||||
case Kind.MISC:
|
||||
kind_icon = "\033[92m" + "🟢"
|
||||
case _:
|
||||
assert False
|
||||
deprecation_icon: str = "⚠️ " if self.dep_warnings else " "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue