Fix spelling error on instructions

This commit is contained in:
Iron_E 2020-09-04 20:40:17 -04:00
parent c3380d69d0
commit 8231cb5879
No known key found for this signature in database
GPG Key ID: B0B37DE7EDC2335F
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ This template's _design_ focuses on:
```viml
" Enable 24-bit color output. Only do this if your environment supports it.
" This plugin works 100% fine with 8-bit, 16-bit, and 24-bit colors.
set setmguicolors
set termguicolors
" Use the colorscheme
colorscheme highlite
```