chore: added lightspeed

dev-doc
Pocco81 3 years ago
parent 6f0092b0e2
commit 72b759e13d

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

Loading…
Cancel
Save