Nolan Prochnau
Nolan Prochnau
Hi, awesome theme (along with the compatibility with a bunch of programs)! When I activate the prefix highlight, all the other right aligned statusbar items are pushed to the right...
Creates variable `g:loaded_goyo`. This has a few benefits: 1. It guards the file from being loaded multiple times. 2. It gives plugin authors a convenient and standardized method to check...
The gem _listen_, in the gemfiles, is at 3.0.8, and the bundler threw an error that listen was not updated. I had to run `bundle update listen` and then `bundle...
Running the `setup` function as follows would throw an LSP warning because no return type was given in the annotation for `note_frontmatter_func`. I just added the return type of table...