Vinicius de Andrade Deolindo
Vinicius de Andrade Deolindo
yeahhh u see thats the issue, maybe there could be a command like mirv_deathAnim_path that would take a path to an animation file exported from something like blender or cinema4d
Hi, bumping this because, although the minimal reproduction is indeed fixed on master, the noice plugin's floating cmdline still causes cursor flickering, both with and without termsync. Will try to...
To anyone that runs into this: set `ttimeoutlen=0` instead of setting `nottimeout`. It achieves the same thing (or at least seems to) while not suffering from this peculiar issue.
For reference, if anyone bumps into this issue, here's a devshell that allows you to mix nix-managed and uv-managed libraries: ```nix { inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; flake-utils.url =...
Hey! I was testing this out today since 0.12 was just released and from my testing the `auto_brackets` setting doesn't seem to work properly with [multicursor.nvim](https://github.com/jake-stewart/multicursor.nvim) When I have `auto_brackets`...
Now reported at #1233
super annoying issue, happens to me multiple times a day every day. would be great to see this fixed
@folke any chance you could take a look at this? I tried fixing it myself yesterday but it seemed non-trivial since terminals are just reusing the `win` infrastructure
Ran into this today. It seems to be impossible to declaratively set nushell as the default/login shell with nix-darwin. You can set up the environment variables needed to make nix-installed...
> > EDIT: I did manage to work around it by setting up a natively supported shell as you normally would, like `zsh` or `bash`, then adding `exec nu` to...