From 2db3d7ca42df59fde1ef87e30d05011548fafb86 Mon Sep 17 00:00:00 2001 From: hrsh7th <629908+hrsh7th@users.noreply.github.com> Date: Thu, 27 Apr 2023 00:32:29 +0900 Subject: [PATCH] Add note for `set paste` option --- doc/cmp.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/cmp.txt b/doc/cmp.txt index e0d3118..3820df3 100644 --- a/doc/cmp.txt +++ b/doc/cmp.txt @@ -18,6 +18,7 @@ Config |cmp-config| Config Helper |cmp-config-helper| Develop |cmp-develop| FAQ |cmp-faq| + ============================================================================== Abstract *cmp-abstract* @@ -926,7 +927,11 @@ How to integrate with copilot.vim?~ } } < +nvim-cmp does not work as expected.~ + There are some known issues. Please check the following. + + - nvim-cmp does not work with `set paste` option. How to customize the menu appearance?~