nixvim
nixvim copied to clipboard
[BUG] parinfer-rust throws E565: not allowed to change text or change window
| Field | Description |
|---|---|
| Plugin | parinfer-rust |
| Nixpkgs | 24.05 and unstable |
| Home Manager | N/A |
- [x] I have read the FAQ and my bug is not listed there.
Description
I would like to use parinfer-rust in my NixVim config. I enabled the plugin, but upon attempting to type a parenthesis or bracket, parinfer causes the error E565: Not allowed to change text or change window. Since I use stable nixpkgs, I tried setting plugins.parinfer-rust.package to the unstable version of the package in case this is a bug in parinfer-rust that has since been mitigated, to no avail. I used parinfer-rust in my previous (non-NixVim) config and never had such an issue.
Minimal, Reproducible Example (MRE)
programs.nixvim = {
plugins.parinfer-rust.enable = true;
}