mirror of
https://github.com/MaskRay/ccls.git
synced 2025-04-05 00:12:13 +00:00
It looks like coc.nvim does not need to be extended to support sinp in completion. Just open it in case issues #570
parent
4e29d70a32
commit
3157d69340
@ -13,6 +13,9 @@ Open config file with command `:CocConfig`
|
|||||||
"cache": {
|
"cache": {
|
||||||
"directory": ".ccls-cache"
|
"directory": ".ccls-cache"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"client": {
|
||||||
|
"snippetSupport": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -21,6 +24,8 @@ Open config file with command `:CocConfig`
|
|||||||
|
|
||||||
<sub>Note: coc.nvim also supports [configuration from `.vimrc` instead](https://github.com/neoclide/coc.nvim/blob/f3f43f58543135495d411ed948ac9ba2eca0880a/doc/coc.txt#L1020).</sub>
|
<sub>Note: coc.nvim also supports [configuration from `.vimrc` instead](https://github.com/neoclide/coc.nvim/blob/f3f43f58543135495d411ed948ac9ba2eca0880a/doc/coc.txt#L1020).</sub>
|
||||||
|
|
||||||
|
> more about initializationOptions, see src/config.hh in ccls source code
|
||||||
|
|
||||||
First example:
|
First example:
|
||||||
|
|
||||||
```zsh
|
```zsh
|
||||||
@ -50,8 +55,6 @@ au CursorHoldI * sil call CocActionAsync('showSignatureHelp')
|
|||||||
|
|
||||||
### Completion
|
### 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.
|
See [[client.snippetSupport and completion.placeholder|Customization#clientsnippetsupport]] for customization of snippet expansion.
|
||||||
|
|
||||||
### Cross reference extensions
|
### Cross reference extensions
|
||||||
|
Loading…
Reference in New Issue
Block a user