Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
2.6.4 source code.tar.gz | 2025-05-09 | 1.7 MB | |
2.6.4 source code.zip | 2025-05-09 | 1.8 MB | |
README.md | 2025-05-09 | 1.6 kB | |
Totals: 3 Items | 3.4 MB | 0 |
What's Changed
New Features
- libnixf/Parse: preserve
=
for bindings by @inclyc in https://github.com/nix-community/nixd/pull/684 - nixd: enable completion and hover in config sets by @not-my-profile in https://github.com/nix-community/nixd/pull/678
In NixOS modules options can be defined at the top-level, e.g:
{ foo = true; }
or inside of config
, e.g:
{ config = { foo = true; }; }
Autocompletion and hover information before only worked for the former because the option resolving code had no special handling for config
.
Fixes [#566].
- Update to Nix 2.28 by @Ericson2314 in https://github.com/nix-community/nixd/pull/669
Other Changes
- nixd/Controller: precommit test for [#629] by @inclyc in https://github.com/nix-community/nixd/pull/685
- nixd/test: specify textDocument/didOpen via nix code blocks by @not-my-profile in https://github.com/nix-community/nixd/pull/679
- lspserver: rename
JSONStreamStyle::Delimited
→LitTest
by @inclyc in https://github.com/nix-community/nixd/pull/682 - nixd/tools/nixd-attrset-eval: provide
getDoc
information from C++ nix by @inclyc in https://github.com/nix-community/nixd/pull/677
New Contributors
- @Ericson2314 made their first contribution in https://github.com/nix-community/nixd/pull/669
- @not-my-profile made their first contribution in https://github.com/nix-community/nixd/pull/678
Full Changelog: https://github.com/nix-community/nixd/compare/2.6.3...2.6.4