Stuart Mashaal

Results 6 issues of Stuart Mashaal

right now, html highlighting looks like this ![image](https://user-images.githubusercontent.com/13181078/90732455-1fd2be00-e299-11ea-986e-a972bb5269b8.png) as you can see, all existing syntax highlighting is removed (#4) I'm really hoping it's possible to change the highlighting so that...

Sometimes, but not always, when I start up neovim, I get this error message from which-key about an error in `util.lua`. It tells me that a `System Call Interrupted`. It...

#### Description * add line-editing-mode indicator for bash shell #### Motivation and Context Closes #5681 #### Screenshots (if appropriate): TODO #### How Has This Been Tested? TODO - [ ]...

usually if I call a function on one line like `f(a, b)` then I don't want a comma after the last arg, but if I call it on multiple lines...

If I open neovim and then run `spread.out`, I get this stack trace ![image](https://github.com/aarondiel/spread.nvim/assets/13181078/1df924f9-6cc0-4ef7-a227-5ba326f42bf0) For some reason, this happens even if I wrap it in a `pcall(spread.out, {silent=true})`, not really...