Matthieu Coudron
Matthieu Coudron
I've added it: https://luarocks.org/modules/neorocks/smart-open.nvim but now I have: > Unable to find native fzy native lua dep file. Probably need to update submodules! even though the README marks the dependency...
is it possible via the API to add previewers / loaders ? I could live with that generating a script that changes my config afterwards.
We could sum the durations to show a virtualtime `formatted 89 files (0 changed) in 841ms ( virtualtime)`. It's not very important so feel free to address this however you...
0.2.9 on nixos. Same problem. I can browse the database with dbeaver just fine but lazysql shows me no result, just the error already reported here. EDIT: same problem with...
What are good ways to test this ? Maybe you would get more feedback with a description in hte first message. I saw this PR yesterday but without dscription and...
> I am not aware of any backporting of the plugins by nixpkgs maintainers... (@teto am I right here ?). you are right, no backporting. It's not critical software +...
[plugins repo](https://github.com/NixNeovim/NixNeovimPlugins) uses their own updater so I better understand why they dont contribute to upstream. Would be interesting to compare the features of both and see if we can...
I have been using `nix-build -A mypkg --option substituters 's3://REDACTED?region=eu-central-1&profile=nix-daemon' --option narinfo-cache-negative-ttl 0 --option narinfo-cache-positive-ttl 0`. Is that correct ? --dry-run returns no output so not effective and increasing verbosity...
I can reproduce this deterministically on a private project. `nix develop` would fail with: `nix-daemon: src/libstore/unix/build/derivation-goal.cc:335: void nix::DerivationGoal::outputsSubstitutionTried(): Assertion `false' failed.` Before failing, the nix develop shows ``` warning: ignoring...
I just saw there was a `2.23.0`. I've enabled it and it seems to fix the issue.