Turiiya

Results 229 comments of Turiiya

There are some inconsistencies with window resizing shortcuts which swap shortcuts in some situations. You could try to resize a floating window to test the behavior. Here the shortcuts should...

The change of background color for the `darkest` panels must have slipped my gaze. I thought I properly split that replace action for both panel variants. Only the color property...

Hey @joeyschoblaska, I wanted to come back real quick to my call about working on this. Unfortunately, I have to admit that putting work into it lost priority. The reason...

To extend https://github.com/nvim-neo-tree/neo-tree.nvim/issues/202#issuecomment-1079531421 the example below adds a confirmation dialog. What's still open is using the trash when deleting a range of files. But usually git should lull one into...

```lua local ft = { vim = "indent", python = { "indent" }, } local ignored_filetypes = { "markdown", "git", "NeogitStatus" } for _, key in ipairs(ignored_filetypes) do ignored_filetypes[key] =...

Yep needed. Without this there is no reason to really bother installing an editor.

I solved this back then in my personal config using neo-trees event handlers and autocommands. Storing the tree window id and width when opening it: https://github.com/tenxsoydev/nxvim/blob/e697a0cece986eb595679a214343dec9c27db966/lua/nxvim/plugins/neo-tree.lua#L171-L179 Setting the tree window...

> But I think we could draw some glyphs with a custom y scaling to the font cache to make them integer height, if our font library allows it. That...

> I think the new winit update that we just merged in #1789 might have fixed the problem. Could you try again with Neovide master? Fixes it for me. Thanks...

Hey thanks for the message @JuanAKAJuan. The `` of the command is exactly the same as the one in the issue opening isn't it? You should still run into issue...