extmark-toy.nvim
extmark-toy.nvim copied to clipboard
Graphical experiments in Neovim
Here's the mapping I added, and it gives the error shown in image below it: ```vim :map lua require'extmark-toy'.start() ``` 
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...