nix-doc icon indicating copy to clipboard operation
nix-doc copied to clipboard

weak search

Open lf- opened this issue 5 years ago • 0 comments

Make it possible to disable the heuristic if we are not finding anything while using it. Also, consider including searching non-functions in this heuristic-disabled case.

motivation:

dev/nixpkgs - [master●] » nix-doc runtimeShell
dev/nixpkgs - [master●] » rg 'runtimeShell ='
pkgs/top-level/all-packages.nix
8043:  runtimeShell = "${runtimeShellPackage}${runtimeShellPackage.shellPath}";

lf- avatar Jul 28 '20 06:07 lf-