extmark-toy.nvim icon indicating copy to clipboard operation
extmark-toy.nvim copied to clipboard

Graphical experiments in Neovim

Results 2 extmark-toy.nvim issues
Sort by recently updated
recently updated
newest added

Here's the mapping I added, and it gives the error shown in image below it: ```vim :map lua require'extmark-toy'.start() ``` ![Screen Shot 2021-09-07 at 9 48 11 PM](https://user-images.githubusercontent.com/71736629/132448258-705c249f-affe-49d0-9834-8be651087b6f.png)

Logs: - Running on nightly [neovim/neovim@148499](https://github.com/neovim/neovim/commit/1484995a1e5ab29010878fa5ee27c935fec6522f) caused a segment fault. - Running on nightly [neovim/neovim@99cf111](https://github.com/neovim/neovim/commit/1484995a1e5ab29010878fa5ee27c935fec6522f) can run the animation without error, but it caused an error when calling after the...