diff --git a/CHANGELOG.md b/CHANGELOG.md index ec52bca..26a1798 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ - v1.0.1 - v1.1.1 - v1.1.2 + - v1.2.2 + - v1.3.2 - [Vim-Airline](#vim-airline) - v1.0.2 - v1.0.1 @@ -16,6 +18,9 @@ - [License](#license) ### Vim +#### v1.3.2 +- Vimwiki support added. View [PR here](https://github.com/lighthaus-theme/vim-lighthaus/pull/5) (03/04/2021) + #### v1.2.2 - Beacon.nvim support added (31/03/2021) - Added `grey` color to correct contrast issue. See [Issue](https://github.com/lighthaus-theme/lighthaus/issues/3) diff --git a/README.md b/README.md index 3b647cf..e26b42c 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ It comes with support for the following popular plugins: - [vim-indent-guides](https://github.com/nathanaelkane/vim-indent-guides) - [vim-plug](https://github.com/junegunn/vim-plug) - [vim-signature](https://github.com/kshenoy/vim-signature) +- [vimwiki](https://github.com/vimwiki/vimwiki) ### Screenshots Vim @@ -102,7 +103,7 @@ To have a brighter and more prominent vertical split line, set the following opt ### Version ```vim -v 1.2.2 vim +v 1.3.2 vim v 1.0.2 vim-airline v 1.0.0 lightline ```