Commit 7e49c04 1 parent 2bc72d6 commit 7e49c04 Copy full SHA for 7e49c04
File tree 2 files changed +14
-3
lines changed
2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Added
11
11
12
+ -
13
+
14
+ ### Fixes
15
+
16
+ -
17
+
18
+ ## [ v0.0.2] - 15 Sep 2021
19
+
20
+ ### Added
21
+
12
22
- ` folded ` colors are configurable
13
23
- Plugin Support check #16
14
24
- added iTerm colorscheme #14
@@ -51,5 +61,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
51
61
52
62
- Initial release 🎊
53
63
54
- [ unreleased ] : https://github.com/projekt0n/github-nvim-theme/compare/v0.0.1...main
64
+ [ unreleased ] : https://github.com/projekt0n/github-nvim-theme/compare/v0.0.2...main
65
+ [ v0.0.2 ] : https://github.com/projekt0n/github-nvim-theme/compare/v0.0.2...v0.0.1
55
66
[ v0.0.1 ] : https://github.com/projekt0n/github-nvim-theme/tree/v0.0.1
Original file line number Diff line number Diff line change @@ -52,13 +52,13 @@ Install the theme with your preferred package manager:
52
52
[ vim-plug] ( https://github.com/junegunn/vim-plug )
53
53
54
54
``` vim
55
- Plug 'projekt0n/github-nvim-theme'
55
+ Plug 'projekt0n/github-nvim-theme', { 'tag': 'v0.0.2' }
56
56
```
57
57
58
58
[ packer] ( https://github.com/wbthomason/packer.nvim )
59
59
60
60
``` lua
61
- use ' projekt0n/github-nvim-theme'
61
+ use { " projekt0n/github-nvim-theme" , tag = " v0.0.2 " }
62
62
```
63
63
64
64
## Usage
You can’t perform that action at this time.
0 commit comments