feat(plugin): tutorial.nvim
simple plugin to show a neovim tutorial on screen at all times
closes #1487
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.
@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
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
fixed the bug on last commit