zed-extensions / nix

Nix language support in Zed
MIT License
24 stars 10 forks source link

Why `close = false`? #3

Open Liamolucko opened 5 months ago

Liamolucko commented 5 months ago

Ever since switching from Zed's built-in Nix support to this extension, it's been bugging me that Zed no longer auto-completes the matching closing bracket when I type an opening bracket. It seems like this is because languages/nix/config.toml specifies close = false for all its brackets, when the built-in support used close = true; is there any reason why you did it this way?

Same for newline = false, I also think that that should be true.

21CSM commented 3 months ago

This is fixed by: #6