diff options
| author | William Boman <william@redwill.se> | 2022-04-26 15:34:44 +0200 |
|---|---|---|
| committer | William Boman <william@redwill.se> | 2022-04-26 15:34:44 +0200 |
| commit | 0bbc4b5402c63e285ce924fbe3f872cb8a5f6595 (patch) | |
| tree | 19d37e812b46a76d9f03f20b59fc5a0a127c0f9f /lua/nvim-lsp-installer/_generated/schemas/clangd.lua | |
| parent | fix(terraformls): use `root-dir` instead of `root-dir/terraform-ls` as cmd pa... (diff) | |
| download | mason-0bbc4b5402c63e285ce924fbe3f872cb8a5f6595.tar mason-0bbc4b5402c63e285ce924fbe3f872cb8a5f6595.tar.gz mason-0bbc4b5402c63e285ce924fbe3f872cb8a5f6595.tar.bz2 mason-0bbc4b5402c63e285ce924fbe3f872cb8a5f6595.tar.lz mason-0bbc4b5402c63e285ce924fbe3f872cb8a5f6595.tar.xz mason-0bbc4b5402c63e285ce924fbe3f872cb8a5f6595.tar.zst mason-0bbc4b5402c63e285ce924fbe3f872cb8a5f6595.zip | |
run autogen_metadata.lua
Diffstat (limited to 'lua/nvim-lsp-installer/_generated/schemas/clangd.lua')
| -rw-r--r-- | lua/nvim-lsp-installer/_generated/schemas/clangd.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/nvim-lsp-installer/_generated/schemas/clangd.lua b/lua/nvim-lsp-installer/_generated/schemas/clangd.lua new file mode 100644 index 00000000..d9147c25 --- /dev/null +++ b/lua/nvim-lsp-installer/_generated/schemas/clangd.lua @@ -0,0 +1,3 @@ +-- THIS FILE IS GENERATED. DO NOT EDIT MANUALLY. +-- stylua: ignore start +return {properties = {["clangd.arguments"] = {default = {},description = "Arguments for clangd server.",items = {type = "string"},type = "array"},["clangd.checkUpdates"] = {default = false,description = "Check for language server updates on startup.",type = "boolean"},["clangd.detectExtensionConflicts"] = {default = true,description = "Warn about conflicting extensions and suggest disabling them.",type = "boolean"},["clangd.fallbackFlags"] = {default = {},description = "Extra clang flags used to parse files when no compilation database is found.",items = {type = "string"},type = "array"},["clangd.onConfigChanged"] = {default = "prompt",description = "What to do when clangd configuration files are changed. Ignored for clangd 12+, which can reload such files itself.",enum = { "prompt", "restart", "ignore" },enumDescriptions = { "Prompt the user for restarting the server", "Automatically restart the server", "Do nothing" },type = "string"},["clangd.path"] = {default = "clangd",description = "The path to clangd executable, e.g.: /usr/bin/clangd.",scope = "machine-overridable",type = "string"},["clangd.restartAfterCrash"] = {default = true,description = "Auto restart clangd (up to 4 times) if it crashes.",type = "boolean"},["clangd.semanticHighlighting"] = {default = true,deprecationMessage = "Legacy semanticHighlights is no longer supported. Please use `editor.semanticHighlighting.enabled` instead.",description = "Enable semantic highlighting in clangd.",type = "boolean"},["clangd.serverCompletionRanking"] = {default = true,description = "Always rank completion items on the server as you type. This produces more accurate results at the cost of higher latency than client-side filtering.",type = "boolean"},["clangd.trace"] = {description = "Names a file that clangd should log a performance trace to, in chrome trace-viewer JSON format.",type = "string"}},title = "clangd",type = "object"}
\ No newline at end of file |
