Steven Arcangeli
Steven Arcangeli
First thing to try is put the resize in a callback, because `oil.open_preview` (like many oil functions, unfortunately) is async. ```lua keymaps = { [''] = { callback = function()...
@Sebastian-Nielsen the default `preview` keymap should be a toggle, but to find out if the preview window is open you can just iterate through all the windows in the tab...
Probably straightforward if displaying just the uid/gid. Likely a nightmare to deal with the names of the user/group in a cross-platform way.
If the region is only really needed for creating new buckets, then maybe we should just not allow the creation of buckets using oil. It seems like a pretty uncommon...
Looks good! Thanks for the addition to oil!
This would be a neat feature, but I do not think it would be a relatively simple addition. At the moment, the `filter_kind` is applied directly after we get symbols...
Unable to repro. I'm using the minimal init file ```lua -- DO NOT change the paths and don't remove the colorscheme local root = vim.fn.fnamemodify("./.repro", ":p") vim.g.mapleader = " "...
This is likely some interaction between the two plugins, not merely a bug in one or the other. The first piece of debugging will have to happen in bufferline. I'll...
I would be open to including this in oil
This is correct way to get that behavior. All the tools are available, you just have to write the glue code yourself.