X-Git-Url: https://git.josue.xyz/?p=dotfiles%2F.git;a=blobdiff_plain;f=.config%2Fcoc%2Fextensions%2Fnode_modules%2Fcoc-clangd%2FREADME.md;h=5d21eb96c5446ff358210701b2554816d9551b50;hp=7bc99f2542f3f5d5a9136142ee4eeb4e04ecbcdd;hb=4d07c77cf4d78cab8639e13ddc3c22495e585b0b;hpb=b3950616b54221c40a7dab9099bda675007e5b6e diff --git a/.config/coc/extensions/node_modules/coc-clangd/README.md b/.config/coc/extensions/node_modules/coc-clangd/README.md index 7bc99f25..5d21eb96 100644 --- a/.config/coc/extensions/node_modules/coc-clangd/README.md +++ b/.config/coc/extensions/node_modules/coc-clangd/README.md @@ -27,14 +27,18 @@ This extension connects [coc.nvim][] to the [clangd][] language server. ## Configurations +`:CocConfig` opens your global `coc-settings.json`, or `:CocLocalConfig` opens local configuration in your project `.vim/coc-settings.json`. + - `clangd.enabled`: enable `coc-clangd`, default `true` - `clangd.arguments`: arguments for `clangd` server, default `[]` - `clangd.checkUpdates`: check for clangd language server updates on startup, default `false` - `clangd.disableDiagnostics`: disable diagnostics from clangd, default `false` - `clangd.disableSnippetCompletion`: disable completion snippet from clangd, default `false` -- `clangd.fallbackFlags`: extra clang flags used to parse files when no compilation database is found., default `[]` +- `clangd.compilationDatabasePath`: specifies the directory containing the compilation database, default `''` +- `clangd.fallbackFlags`: extra clang flags used to parse files when no compilation database is found, default `[]` - `clangd.path`: path to `clangd` executable, default `clangd` - `clangd.semanticHighlighting`: enable semantic highlighting, requires [jackguo380/vim-lsp-cxx-highlight](https://github.com/jackguo380/vim-lsp-cxx-highlight) to work, default `false` +- `clangd.serverCompletionRanking`: always rank compilation items on the server as you type, default `true` ## Commands