Merge pull request #62 from pierpo/patch-1

doc: add cmp integration to the README
dev-rc
Pocco81 3 years ago committed by GitHub
commit 70dbb46395
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -38,6 +38,7 @@ This port of Catppuccin is special because it was the first one and the one that
- [Hop](https://github.com/phaazon/hop.nvim) - [Hop](https://github.com/phaazon/hop.nvim)
- [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)
- [Nvim-cmp](https://github.com/hrsh7th/nvim-cmp)
## Usage ## Usage
@ -125,6 +126,7 @@ integrations = {
lightspeed = false, lightspeed = false,
ts_rainbow = false, ts_rainbow = false,
hop = false, hop = false,
cmp = false,
}, },
``` ```

Loading…
Cancel
Save