diff --git a/README.md b/README.md
index 1a7e311..f28253a 100644
--- a/README.md
+++ b/README.md
@@ -79,6 +79,7 @@
- [Lightline](https://github.com/itchyny/lightline.vim)
- [Dashboard](https://github.com/glepnir/dashboard-nvim)
- [Markdown](https://www.markdownguide.org/)
+ - [Lightspeed](https://github.com/ggandor/lightspeed.nvim)
- [Sneak](https://github.com/justinmk/vim-sneak)
- [Neogit](https://github.com/TimUntersberger/neogit)
- [Indent Blankline](https://github.com/lukas-reineke/indent-blankline.nvim)
@@ -90,7 +91,7 @@
Checkout the [CHANGELOG.md](https://github.com/Pocco81/Catppuccino.nvim/blob/main/CHANGELOG.md) file for more information on the notices below:
- - 01-09-21: Added API and functionality for remapping colors and highlight groups.
+ - 01-09-21: Added API and functionality for remapping colors and highlight groups + added lightspeed.nvim integration.
- 29-08-21: Refactored diffs and git related stuff, added the `CPClear` command and added option to set terminal colors
- 22-08-21: Just released!
@@ -181,6 +182,7 @@ integrations = {
barbar = false,
bufferline = false,
markdown = false,
+ lightspeed = false,
}
```
@@ -235,6 +237,7 @@ catppuccino.setup(
barbar = false,
bufferline = false,
markdown = false,
+ lightspeed = false,
}
}
)
@@ -293,6 +296,7 @@ catppuccino.setup(
barbar = false,
bufferline = false,
markdown = false,
+ lightspeed = false,
}
}
)