Hennadii Chernyshchyk
Hennadii Chernyshchyk
Interior mutability would solve the problem. But you can keep a single non-mutable method and require mappers use interior mutability if needed.
Very nice feature. I currently use [colorizer](https://github.com/chrisbra/Colorizer) for it, but it would be nice to use only this plugin.
I'm not sure, the plugin just tracks last working directories. Can't say what changes between 1 and 2 versions.
@ilAYAli, you can use https://github.com/lewis6991/gitsigns.nvim for this purpose.
@ilAYAli, it also allows you to stage changes, check it out. But granular staging is [in progress](https://github.com/lewis6991/gitsigns.nvim/issues/176).
> I would still like this feature in Neogit, where it sounds more appropriate than git signs ;) I think that when you are just editing text, it is also...
> The current plan is to implement merge conflict resolution in diffview.nvim and then just reuse the existing integration to support this. Of course, @ilAYAli just asked about staging and...
@Calinou, could you merge mentioned PR-s?
Instead of adding and removing the bundle, I would just hide the outline. I assume that's your case, right?
> Discussed in https://github.com/komadori/bevy_mod_outline/issues/32, but I don't really want to add outline components to every entity that might ever have an outline when only one entity will ever be outlined...