What's Changed
New Features
- nixd/Controller: allow setting initial configuration via CLI by @inclyc in #579
Add a CLI flag-config
used to set initial configuration. For editor clients which does not support workspace configuration, the flag could be used as a fallback. - nixd/Controller: handle UTF-16 code units for locations by @inclyc in #580
Bug Fixes
- nixd/Controller: report error on
textDocument/definition
on builtins by @inclyc in #581 - libnixf: remove
sema-escaping-with
because it is too pedantic by @inclyc in #582
Other Changes
- libnixf: remove nixpkgs-fmt by @inclyc in #577
- nixd: replace nixpkgs-fmt with nixfmt by @sebastienhurtel in #569
Now nixd will usenixfmt
formatter by default.
New Contributors
- @sebastienhurtel made their first contribution in #569
Full Changelog: 2.3.1...2.3.2