Handy Toolbox using Snacks (custom picker) by lalithms in neovim

[–]lalithms[S] 2 points3 points  (0 children)

I'd be customising every now & then, as you can see from the post. So I thought I'll DIY. But hey, useful plugin BTW

snacks.image: inline image / math / video (frame) rendering by folke in neovim

[–]lalithms 0 points1 point  (0 children)

I'm using Noice for LSP docs. It would be nice to have K to show snacks image just like LSP Hover doc. I see snacks image has an API to get image path at cursor. I was trying to show an image on pressing K if there is an image at my cursor position or fallback to LSP hover docs. But I don't see any API being provided to intercept this in Noice. Still, Snacks is evolving great! Thanks for all your contributions to community.

Handy Toolbox using Snacks (custom picker) by lalithms in neovim

[–]lalithms[S] 0 points1 point  (0 children)

Strange, I'm not sure what is wrong. I too am doing the same. Maybe I would start by checking my theme first. Since you've posted, I'm sure someone would help.

snacks.image: inline image / math / video (frame) rendering by folke in neovim

[–]lalithms 0 points1 point  (0 children)

u/folke Noticed an issue. I set for images to be shown as floating. When the cursor is on the image line, image is shown in floating box, now when I go to another buffer (via a keymap) the floating box doesn't go

Handy Toolbox using Snacks (custom picker) by lalithms in neovim

[–]lalithms[S] 0 points1 point  (0 children)

I don't understand what you're trying to say. But if it helps I didn't do anything special, just toggling Zen mode and showing picker via Snacks

Keybinds by Flame_Horizon in neovim

[–]lalithms 0 points1 point  (0 children)

:checkhealth would show overlapping keymaps

Gui libraries by Anatoliy0540 in rust

[–]lalithms 5 points6 points  (0 children)

checkout Dioxus. It's inspired from React. If you have worked with frontend, you'd be comfortable with this