Stuart Mashaal
Stuart Mashaal
right now, html highlighting looks like this  as you can see, all existing syntax highlighting is removed (#4) I'm really hoping it's possible to change the highlighting so that...
take my money!
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  For some reason, this happens even if I wrap it in a `pcall(spread.out, {silent=true})`, not really...