github nix-community/nixd 2.3.1

latest release: 2.3.2
one month ago

What's Changed

New Features

  • nixd/Controller: support completion for pkgs.subpackages by @inclyc in #563

Add auto-completion code-snippet like this:

    with pkgs.vimPlugins; [
        |
    ]

i.e. with a "select" expression.

Screenshot_20240731_211203

  • libnixf: split sema-unused-def into let, arg and formal by @Aleksanaa in #565
  • libnixf: change extra-{rec,with} diagnostics to warning by @Aleksanaa in #564

Bug Fixes

  • libnixf/Sema: differentiate lambda argument with and without formals by @Aleksanaa in #561

Other Changes

New Contributors

Full Changelog: 2.3.0...2.3.1

Don't miss a new nixd release

NewReleases is sending notifications on new releases.