Jonathan Teran

Results 4 issues of Jonathan Teran

Each patch introduces it's version of `drawhighlights` (`_fuzzy` and `_normal`), and we decide which one to run based on `fuzzy`. So if we disable fuzzy matching, normal highlighting it's used.

`config.root()` should return `string?`, but `vim.loop.fs_realpath` returns a 3-tuple (see :help vim.uv.fs_realpath and :help luv-error-handling). By adding parentheses around the function call, we force the function to return the first...

I'm trying to add support for the XP-Pen G640S since I saw the controller for the G640 in the code and figured it should be almost the same. My model...

Product page (kind of): https://www.xp-pen.com/download/star-g640s.html As discussed in #19 this is what I have so far. Without any changes in the daemon, it uses the generic driver, which works for...