Rémi Labeyrie
Rémi Labeyrie
When renaming a tab through `:TabRename`, it won't persist after closing the editor and recovering the previous session. Instead, the default behavior is back, with the focused buffer's name as...
## What kind of change does this PR introduce? - Feature - Fixes #764 ## Did this PR introduce a breaking change? - No ## Content This overhauls the drawing...
I'm following the suggested configuration for AZERTY layouts here: https://github.com/fuhsjr00/bug.n/blob/master/doc/User-hotkeys.md#azerty-compatible-hotkeys Unfortunately, it doesn't work. Here's the error output:  I'm using Windows 11 and the latest development version of...
Is there a reason for this change? It makes it impossible to use this function with a `Vec` (which does implement `std::io::Write`), while it is still possible in the current...
I don't expect this to be necessarily the fault of this project, but I'm hoping for some guidance, as this issue doesn't appear on kitty with any other font that...
Follow-up to #9 Find a way to support arbitrarily complex ways to write shebangs. For example, this doesn't work: `!#${pkgs.bash}/bin/bash`. This is because the nix variable in the middle makes...
Function parameters weren't correctly matched in all situations before. The previous queries seemed to be a bit complex to me and I fail to identify why, but maybe I'm missing...
Issue to track what's happening there: https://github.com/neovim/neovim/issues/30792 The latest neovim nightly breaks `TSNode:field()` that we rely on. There's a way to work around it but it's probably not worth it...
Seeing the github actions that are already used, it would be pretty trivial to add a step that uploads the built artifacts to a public cachix cache. This would remove...