kickstart.nvim icon indicating copy to clipboard operation
kickstart.nvim copied to clipboard

feat(plugin): tutorial.nvim

Open Hashino opened this issue 8 months ago • 4 comments

simple plugin to show a neovim tutorial on screen at all times

closes #1487

Hashino avatar Apr 22 '25 15:04 Hashino

I have a question. Doesn't this floating buffer conflict with which-key window?

Update: I got my hands on the plugin and I can see the conflict. The following is one of the example that happens with Telescope. image

guru245 avatar May 08 '25 09:05 guru245

@guru245 made an update to the plugin that fixes incompatibilities with Telescope.

on the which-key case, the plugin still displays but which-key shows on top, which I think is a reasonable behavior image

Hashino avatar May 08 '25 13:05 Hashino

There's a bug that I can't quite fix yet. After last update (ignore certain buffers) the plugin buffer disappears if the buffer is focused.

Will work on fixing it

Hashino avatar May 08 '25 14:05 Hashino

fixed the bug on last commit

Hashino avatar May 10 '25 17:05 Hashino