Skip to content

Commit 37ecbc3

Browse files
authored
Merge pull request #135 from ful1e5/main
missing `'` in vim config (README.md)
2 parents a34535a + 45b48cc commit 37ecbc3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6060
- make `CursorLine` and `CursorColumn` background highlight more visible #109
6161
- `qfLineNr` & `QuickFixLine` colors updated #119
6262
- LuaDocs: duplicate warning fixed
63+
- missing `'` in vim config (README.md) fixed #134
6364

6465
## [v0.0.2] - 15 Sep 2021
6566

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ let g:github_sidebars = ["qf", "vista_kind", "terminal", "packer"]
105105
106106
" Change the "hint" color to the "orange" color, and make the "error" color bright red
107107
let g:github_colors = {
108-
\ 'hint: 'orange',
108+
\ 'hint': 'orange',
109109
\ 'error': '#ff0000'
110110
\ }
111111

0 commit comments

Comments
 (0)