Benoit de Chezelles

Results 437 comments of Benoit de Chezelles

I just tested with Espanso v2.2.1 on a fresh Win11 and the behavior is the same and even propagates to the worker lockfile: ![image](https://github.com/user-attachments/assets/ad48cd9d-e59f-424f-9eea-e27027a7aa3b) I think the runtime files like...

What do you mean by "scrolling screenshot"?

In case you didn't know, the vim-nix plugin has an alternative for Nix with this PR (never merged but used here and there): https://github.com/LnL7/vim-nix/pull/28 This approach feels a bit out...

> * This `shell.nix` will just grab nixpkgs from ``, leaving pinning, channels, etc to later tutorials I think the guide should still mention this in a warning / note,...

Now that [the test framework was released with terraform 1.6](https://www.hashicorp.com/blog/terraform-1-6-adds-a-test-framework-for-enhanced-code-validation), I think this issue is more pressing as people want to use it effectively in vscode!

Might be related: Since https://github.com/NixOS/nixpkgs/pull/197547 `evalModules` function [has a `class` parameter](https://nixos.org/manual/nixpkgs/stable/#module-system-lib-evalModules) which can be used to give a type to modules.

> that is not possible. The plugin defines keybindings for a reason. I too would prefer to disable all keybindings and define my own, why do you not want this...

Setting `g:nrrw_rgn_nomap_nr` & `g:nrrw_rgn_nomap_Nr` is even better, my mappings would be dynamically set later so not from the start.

Hello! Just a friendly ping as the patch you mentionned in your last message has been merged

There is the _really nice_ builtin feature `arglist`, used to have a subset of the bufferlist and be able to navigate from files to files, or run commands on all...