Cole Stowell
Cole Stowell
When using `toggle()` on a terminal spawned using `runner()`, a new window ID is assigned, but is not tracked, and so an error is thrown for an unknown window ID...
I am trying to read the `scan` property on my Ricoh fi-8170 because it contains whether the scan button has been pressed. However, this is currently the result.  I...
### Did you check the documentation and existing issues? - [X] I have read all the launch.nvim documentation - [X] I have searched through all existing issues of launch.nvim ###...
Before I had something like this in my home manager config. ```nix { inputs, ... }: { imports = [ inputs.nixneovim.nixosModules.homeManager ]; nixpkgs.overlays = [ inputs.nixneovim.nixosModules.homeManager ]; } ``` I'm...