neoreader icon indicating copy to clipboard operation
neoreader copied to clipboard

:speaker: A screenreader for Neovim. Supports infix operator identification for Haskell and Scala, as well as Python 3 specific AST analysis for more intelligible reading. Awarded 1st place at the QU...

Results 12 neoreader issues
Sort by recently updated
recently updated
newest added

I tried setting this up but it just gave me error messages because it didn't find "say". My installation doesn't have it, nor is it available via apt-get, and I...

just a quick note: I use espeak and in `call_say`, I added ```python lang = self.vim.eval("getbufvar('%', '&spelllang')").split(',')[0] if self.get_option(self.Options.USE_ESPEAK): args = ["espeak"] if lang: args += ["-v", str(lang)] ... ```...

https://github.com/typelevel/cats/blob/master/docs/src/main/tut/faq.md#symbol

Currently when you do an explain and get a syntax error, it tells you the column, which isn't super helpful. What would be more helpful is if it read out...

enhancement