From f2e7685c219d69d7a0feebf5f319e348203ff9b4 Mon Sep 17 00:00:00 2001 From: RaZ0rr-Two <84911063+RaZ0rr-Two@users.noreply.github.com> Date: Thu, 18 Nov 2021 14:05:45 +0530 Subject: [PATCH] Add some wiki info in README (#549) --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0ef34ad..24cf936 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Setup ### Recommended Configuration -This example configuration uses `vim-plug` as the plugin manager. +This example configuration uses `vim-plug` as the plugin manager and `vim-vsnip` as snippet plugin. ```viml call plug#begin(s:plug_dir) @@ -128,11 +128,15 @@ lua <` mappings and integration with snippets. ### Where can I find more completion sources? You can search for various completion sources [here](https://github.com/topics/nvim-cmp). +### How can I get my completion menu to look cool? + +Please see the corresponding [FAQ](#how-to-show-name-of-item-kind-and-source-like-compe) section. Configuration options ==================== @@ -646,7 +650,7 @@ formatting = { })}), }, ``` - +See [Menu appearance](https://github.com/hrsh7th/nvim-cmp/wiki/Menu-Appearance) section from the [wiki](https://github.com/hrsh7th/nvim-cmp/wiki) for more information. #### How to set up mappings?