Will Davidow
Will Davidow
@abhinavdalal I'm not sure I agree. I've used other carousels that handle the behavior as I expected in the initial bug report: once a user has focused a carousel by...
@hoop71 This seems like it will work and is an option we explored (before our product owner decided we would just disable keyboard controls), but ultimately I'd really love to...
For anyone interested, I simplified the CSS for fading from @freekwevers post (above). `position: absolute` on every slide and `height: 100vh` on `glide__slides` was messing with my layout. ``` .glide__slides...
I was just throwing ideas into the mix here, wasn't sure if any work around this was desirable or interesting to @matthewnau or anyone else so I didn't move forward...
On Mac OS (Monterey) I'm seeing the same thing with Neovide installed using Homebrew and the latest nightly of Neovim (also installed using Homebrew)... It's worth noting, though: I just...
> The "first attempt" refer to the first screenshot taken after first CodeSnap was installed or the first screenshot taken after opening nvim every time? It's every time after closing...
> What version of your Neovim? If you enter command instead of use hotkey, did it works? I'm running `nvim` nightly: `NVIM v0.10.0-dev-3094+ge14e75099-Homebrew` - updated a day or two ago....
> I don't understand. I have nothing bound to `cc` in my keymaps and it's bound to run codelens > >  > > I...
@Rallanvila you might need to set it for `x` mode. if it helps at all, here's my config: ```lua return { "mistricky/codesnap.nvim", build = "make build_generator", -- opts = {...
@Rallanvila It looks like the key bindings here are not overriding the code lens setting. I don't use LazyVim, just the Lazy package installer - so I'm not sure if...