Iordanis Petkakis

Results 535 comments of Iordanis Petkakis

Did you actually try the `repro.lua` file in the OP? If you do `nvim -u repro.lua` you should be able experience what I'm describing. Open explorer with `:lua Snacks.explorer()`, then...

Yep, can confirm all is good with latest commit 😄

I have the following for my custom scratch picker ```lua function M.scratch_picker() ---@type snacks.picker.Config return { win = { input = { keys = { [""] = { "delete", mode...

Latest code is what is used in this PR as well. Although I've only implemented `confirm` and `delete` actions for my purposes (don't have an abundance of scratch files around)...

Based on @williamboman suggestion I came up with the following diff that takes into consideration both Neovim >=0.11 and

@imajes Would appreciate it if you could test #6053.

This is per plugin basis and should be configured in user's personal configuration in my personal opinion. For `snacks.nvim` you can use https://github.com/LazyVim/LazyVim/blob/ec5981dfb1222c3bf246d9bcaa713d5cfa486fbd/lua/lazyvim/config/options.lua#L8-L10 For the rest of plugins you should...

The aerial Snacks picker is a custom one included in the aerial plugin itself. Snacks has its own `lsp_symbols` picker that's included in this codebase and it works without problems....