Harutyun Amirjanyan
Harutyun Amirjanyan
I did not manage to get cm build to inline version imported from package.json, and i did not want to leave `require('../package.json');` in dist code. Also it would require more...
How do you handle the built-in search and replace plugin, which seems to suffer from the same issue? We are using the editor panel functionality provided by codemirror so this...
It should not be very hard to add methods to save and restore the vim state, Do you have an example of another plugin that properly handles the state, or...
Unfortunately there is no method to set inputState correctly to vim. I think i will be able to implement it and use it from a facet by the end of...
There is no way to use facets in vim code itself, as it is meant to be interoperable with old codemirror and ace. But i think it should be possible...
@masad-frost, do you know why the behavior of run on replit link have changed? @whitenoisedev until that is fixed you can use https://raw.githack.com/replit/codemirror-vim/master/dev/web-demo.html to run a demo directly from girhub