Skip to content

Commit

Permalink
docs: Fixes version tag symlinks and suppress global variable warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ful1e5 committed Jan 31, 2024
1 parent dc91919 commit d92e114
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .luacheckrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
std = {
globals = { 'vim' }, -- these globals can be set and accessed.
}
13 changes: 7 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Issues Fix

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

## [v1.0.1] - 23 July 2023

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

- Initial release 🎊

[unreleased]: https://github.com/projekt0n/github-nvim-theme/compare/v1.0.0...main
[unreleased]: https://github.com/projekt0n/github-nvim-theme/compare/v1.0.1...main
[v1.0.1]: https://github.com/projekt0n/github-nvim-theme/compare/v1.0.1...v1.0.0
[v1.0.0]: https://github.com/projekt0n/github-nvim-theme/compare/v1.0.0...v0.0.7
[v0.0.7]: https://github.com/projekt0n/github-nvim-theme/compare/v0.0.7...v0.0.6
[v0.0.6]: https://github.com/projekt0n/github-nvim-theme/compare/v0.0.6...v0.0.5
Expand Down

0 comments on commit d92e114

Please sign in to comment.