From 0427581857c6572b7780a4cd1f2c2ec4afb854dd Mon Sep 17 00:00:00 2001 From: Iron_E Date: Thu, 2 Jul 2020 13:37:37 -0400 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96c1b26..72c733e 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This template's focus is on two things: 1. Compatability with [semantic highlighting](https://medium.com/@evnbr/coding-in-color-3a6db2743a1e). * I was using colorschemes that often did not provide enough highlight groups to provide distinction between tokens. 2. Visibility in any range of blue-light. - * I use redshift often, and I many colorschemes did not allow for me to see when I had lower color temperatures. + * I use `redshift` often, and many colorschemes did not allow for me to see when I had lower color temperatures. It provides a large supply of defaults for plugins and programming languages as a result of defining a smaller set of "categorical" highlights (you can read more about this at Neovim's `group-name` help page).