Chris Grieser

Results 416 comments of Chris Grieser

In theory yes, but the implementation of interactive staging is a few hundred lines of code. And writing that multiple times for each picker plugin (fzf-lua, mini-picker, snacks-picker, ...) is...

Update due to the 1.0 release: - `nvim-notify` is no longer a dependency. You can now use any notification plugin. - `telescope` is only a hard dependency for interactive staging....

okay, in the recent update, I went for using `vim.ui.select` for most things, so this plugin works with any picker. Only exception interactive staging, which simply requires telescope because that...

For interactive staging, yes. For everything else, you only need a picker that supports `vim.ui.select`.

I don't have that kind of setup, so I am neither familiar with it nor am I sane to test it really... The push module is independent and fairly small,...

Have the same issue. Can repro with this minimal config + using neovide: ```lua local spec = { { "folke/noice.nvim", dependencies = { "MunifTanjim/nui.nvim", "rcarriga/nvim-notify" }, opts = true, },...