Rohit Vighne
Rohit Vighne
This sets the 16 default colors within the Vim 8 integrated terminal (via `g:terminal_ansi_colors`) so that terminal apps look as expected. The colors are in terms of the already-defined variables,...
Previously, the native JNI code compared the `FitMethod` enum value with the strings "FIT_HERMITE_CUBIC" and "FIT_HERMITE_QUINTIC," however these should be "HERMITE_CUBIC" and "HERMITE_QUINTIC" respectively (to match the names in the...
Previously, users were limited to picking from a fixed list of font options. This change allows the user to type in the name of any locally installed font. There is...
This adds a new configuration option, `useStack`. When set to true, `stack exec` will be used instead of directly searching for `hlint` in the path. This resolves #17.
I don't want to see inlay hints all the time, but it would be useful if I could quickly show and hide the hints using a single key. I can't...