Skip to content

2.3.1

Compare
Choose a tag to compare
@inclyc inclyc released this 07 Aug 05:32
· 16 commits to main since this release
2.3.1

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