Add note for cmdline mapping limitation

This commit is contained in:
hrsh7th
2023-04-27 00:35:43 +09:00
parent 2db3d7ca42
commit 98d5d0583c

View File

@@ -932,6 +932,7 @@ 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.
- Command line mode key mapping is unified regardless of `:`, `/`, `?`. Therefore, it is impossible to apply the mapping only to `:`.
How to customize the menu appearance?~