New features
-
Ten new bundled languages. Added grammar recipes, vendored tree-sitter queries, and LSP defaults for Haskell (HLS), Elixir (lexical, with elixir-ls as fallback), Nix (nixd, with nil as fallback), C# (csharp-ls), Swift (sourcekit-lsp), PHP (intelephense), Dart (dart language-server,
dart formatformatter), OCaml (ocamllsp + ocamlformat), GraphQL (graphql-lsp), and Fish (fish-lsp,fish_indentformatter). See Supported languages. -
Configurable
[finder]table. The hardcoded explorer and picker filter is now driven by config:hidden_patternsaccepts*wildcards and matches each path basename.max_itemslifts the walker cap 10× by default (was 5,000) and can be pushed further — refilter stays under ~50 ms at 50k items in release builds. -
Explorer hidden / ignored toggles.
.flips visibility of paths matchinghidden_patterns, andhflips the gitignore filter independently. With the two filters composing separately, revealing gitignored files no longer floods the walker with build artifacts.