From a570035f4540c464f7f8a660077e928f5e221b4f Mon Sep 17 00:00:00 2001 From: Josh Dick Date: Thu, 14 Feb 2019 01:06:07 -0500 Subject: [PATCH] README.md: Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5dcb3c7..c58edf9 100644 --- a/README.md +++ b/README.md @@ -164,7 +164,7 @@ onedark.vim exposes `onedark#extend_highlight` and `onedark#set_highlight` funct `onedark#extend_highlight` allows you to customize individual aspects of onedark.vim's existing highlight groups, overriding only the keys you provide. (To completely redefine/override an existing highlight group, see `onedark#set_highlight` below.) -`onedark#extend_highlight`'s first argunment should be the name of a highlight group, and its second argument should be **partial** style data. +`onedark#extend_highlight`'s first argument should be the name of a highlight group, and its second argument should be **partial** style data. Place the following lines **before** the `colorscheme onedark` line in your `~/.vimrc`, then change the example overrides to suit your needs: