James Campos
James Campos
I think it would be less funky to append the scope to the method: ``` javascript shortcuts: { 'right, space': 'someMethod myScope' } ```
perhaps making a pull request would help @bry4n bring his insights
i would find that very hard to parse - you have to check for a comma in the middle of a string IMO my way is easier to read, since...
go 1.8 officially supports plugins: https://golang.org/pkg/plugin/
looks like there's only the gtk4 docs: https://developer.gnome.org/gtk4/stable/ and you try to port examples from gtk3: https://discourse.gnome.org/t/simple-python-gtk4-app-template/5495
if zoom is locked to fit screen, yes. maybe have an option to choose between lock percentage or lock mode
sure no rush. you can tag a new release once a few of these issues are resolved
dupe of #322?
there are a bunch of vim debuggers to look at for ideas, here's one which even uses the debug protocol (i haven't used it): https://github.com/puremourning/vimspector
nodejs has a similar issue on debian/ubuntu; there is already a `node` program, so the js runtime is renamed to `nodejs`. most other distros leave the runtime as `node`.