From af06bd4b440c4da6b363ec2c3feb49bc0cda5510 Mon Sep 17 00:00:00 2001 From: "G.A. Jazali" Date: Thu, 11 Nov 2021 17:33:25 +0700 Subject: [PATCH] Link to menu appearance page in wiki (#493) * Updated info in README.md Added instruction for icons and source without extra plugin. * Replace snippet with link to wiki --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3c2e141..641b11f 100644 --- a/README.md +++ b/README.md @@ -418,6 +418,8 @@ cmp.setup { } ``` +See the [wiki](https://github.com/hrsh7th/nvim-cmp/wiki/Menu-Appearance#basic-customisations) for more info on customizing menu appearance. + #### experimental.native_menu (type: boolean) Use vim's native completion menu instead of custom floating menu.