mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
treewide: reformat
This commit is contained in:
parent
3c786ae988
commit
aad2e32b5a
5 changed files with 2111 additions and 20 deletions
|
@ -67,7 +67,9 @@ class Plugin:
|
|||
assert False
|
||||
deprecation_icon: str = "⚠️" if self.dep_warnings else " "
|
||||
|
||||
return f"| {kind_icon}\033[0m | {state_icon} | {deprecation_icon} | {self.path}"
|
||||
return (
|
||||
f"| {kind_icon}\033[0m | {state_icon} | {deprecation_icon} | {self.path}"
|
||||
)
|
||||
|
||||
|
||||
def has_deprecation_warnings(string: str) -> bool:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue