Skip to content

Commit d92e114

Browse files
committedJan 31, 2024·
docs: Fixes version tag symlinks and suppress global variable warning
1 parent dc91919 commit d92e114

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed
 

‎.luacheckrc

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
std = {
2+
globals = { 'vim' }, -- these globals can be set and accessed.
3+
}

‎CHANGELOG.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2020

2121
### Issues Fix
2222

23-
- Fixed few regex-based/legacy highlight corrections (fixed #285)
24-
- Closed #251
25-
- Fixed bug where the current theme gets compiled multiple times instead of compiling all themes #290
26-
- Fixed darkened sidebars when disabling `options.sidebars.disabled`
27-
- Fixes #311
23+
- Fixed few regex-based/legacy highlight corrections (fixed #285)
24+
- Closed #251
25+
- Fixed bug where the current theme gets compiled multiple times instead of compiling all themes #290
26+
- Fixed darkened sidebars when disabling `options.sidebars.disabled`
27+
- Fixes #311
2828

2929
## [v1.0.1] - 23 July 2023
3030

@@ -356,7 +356,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
356356

357357
- Initial release 🎊
358358

359-
[unreleased]: https://github.com/projekt0n/github-nvim-theme/compare/v1.0.0...main
359+
[unreleased]: https://github.com/projekt0n/github-nvim-theme/compare/v1.0.1...main
360+
[v1.0.1]: https://github.com/projekt0n/github-nvim-theme/compare/v1.0.1...v1.0.0
360361
[v1.0.0]: https://github.com/projekt0n/github-nvim-theme/compare/v1.0.0...v0.0.7
361362
[v0.0.7]: https://github.com/projekt0n/github-nvim-theme/compare/v0.0.7...v0.0.6
362363
[v0.0.6]: https://github.com/projekt0n/github-nvim-theme/compare/v0.0.6...v0.0.5

0 commit comments

Comments
 (0)
Please sign in to comment.