mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-22 08:53:28 +02:00
efmls-configs: Sort keys for ease of comparison (#558)
This commit is contained in:
parent
4b3d019eee
commit
5f9a56f5a7
2 changed files with 212 additions and 175 deletions
|
@ -22,4 +22,4 @@ for kind in ["linters", "formatters"]:
|
|||
break
|
||||
tools[kind][tool_name] = languages
|
||||
|
||||
print(json.dumps(tools, indent=4))
|
||||
print(json.dumps(tools, indent=4, sort_keys=True))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue