From 7209e24afd8d919f40607262dbc2825198f65162 Mon Sep 17 00:00:00 2001 From: Pierre Poupin Date: Tue, 7 Dec 2021 12:56:29 +0100 Subject: [PATCH] Add cmp integration to the README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a3635ca..c13e17f 100644 --- a/README.md +++ b/README.md @@ -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) - [Neogit](https://github.com/TimUntersberger/neogit) - [Indent Blankline](https://github.com/lukas-reineke/indent-blankline.nvim) + - [Nvim-cmp](https://github.com/hrsh7th/nvim-cmp) ## Usage @@ -125,6 +126,7 @@ integrations = { lightspeed = false, ts_rainbow = false, hop = false, + cmp = false, }, ```