From 3157d693401d8024a7461236894e33b9d88137c8 Mon Sep 17 00:00:00 2001 From: the_next Date: Tue, 18 Feb 2020 21:55:13 +0800 Subject: [PATCH] It looks like coc.nvim does not need to be extended to support sinp in completion. Just open it in case issues #570 --- coc.nvim.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/coc.nvim.md b/coc.nvim.md index 18a29c9..38707cd 100644 --- a/coc.nvim.md +++ b/coc.nvim.md @@ -13,6 +13,9 @@ Open config file with command `:CocConfig` "cache": { "directory": ".ccls-cache" } + }, + "client": { + "snippetSupport": true } } } @@ -21,6 +24,8 @@ Open config file with command `:CocConfig` Note: coc.nvim also supports [configuration from `.vimrc` instead](https://github.com/neoclide/coc.nvim/blob/f3f43f58543135495d411ed948ac9ba2eca0880a/doc/coc.txt#L1020). +> more about initializationOptions, see src/config.hh in ccls source code + First example: ```zsh @@ -50,8 +55,6 @@ au CursorHoldI * sil call CocActionAsync('showSignatureHelp') ### Completion -Install [coc-snippets](https://github.com/neoclide/coc-snippets) to enable LSP snippets. - See [[client.snippetSupport and completion.placeholder|Customization#clientsnippetsupport]] for customization of snippet expansion. ### Cross reference extensions