diff options
| author | github-actions <github-actions@github.com> | 2021-12-30 22:43:43 +0000 |
|---|---|---|
| committer | github-actions <github-actions@github.com> | 2021-12-30 22:43:43 +0000 |
| commit | b01c0d0542c7a942f8f2ebf1232e0557a85a9045 (patch) | |
| tree | f397e149b9a4af7fa3206955884fdce19198fb5b | |
| parent | fix(nimls): remove erroneous package_json entry (#1624) (diff) | |
| download | nvim-lspconfig-b01c0d0542c7a942f8f2ebf1232e0557a85a9045.tar nvim-lspconfig-b01c0d0542c7a942f8f2ebf1232e0557a85a9045.tar.gz nvim-lspconfig-b01c0d0542c7a942f8f2ebf1232e0557a85a9045.tar.bz2 nvim-lspconfig-b01c0d0542c7a942f8f2ebf1232e0557a85a9045.tar.lz nvim-lspconfig-b01c0d0542c7a942f8f2ebf1232e0557a85a9045.tar.xz nvim-lspconfig-b01c0d0542c7a942f8f2ebf1232e0557a85a9045.tar.zst nvim-lspconfig-b01c0d0542c7a942f8f2ebf1232e0557a85a9045.zip | |
docs: update server_configurations.md
skip-checks: true
| -rw-r--r-- | doc/server_configurations.md | 81 | ||||
| -rw-r--r-- | doc/server_configurations.txt | 81 |
2 files changed, 0 insertions, 162 deletions
diff --git a/doc/server_configurations.md b/doc/server_configurations.md index b37661c2..2d716bb1 100644 --- a/doc/server_configurations.md +++ b/doc/server_configurations.md @@ -4297,87 +4297,6 @@ https://github.com/PMunch/nimlsp nimble install nimlsp ``` -This server accepts configuration via the `settings` key. -<details><summary>Available settings:</summary> - -- **`nim.buildCommand`**: `string` - - Default: `"c"` - - Nim build command \(c\, cpp\, doc\, etc\) - -- **`nim.buildOnSave`**: `boolean` - - Execute build task from tasks\.json file on save\. - -- **`nim.enableNimsuggest`**: `boolean` - - Default: `true` - - Enable calling nimsuggest process to provide completion suggestions\, hover suggestions\, etc\. - This option requires restart to take effect\. - -- **`nim.licenseString`**: `string` - - Default: `""` - - Optional license text that will be inserted on nim file creation\. - -- **`nim.lintOnSave`**: `boolean` - - Default: `true` - - Check code by using \'nim check\' on save\. - -- **`nim.logNimsuggest`**: `boolean` - - Enable verbose logging of nimsuggest to use profile directory\. - -- **`nim.nimprettyIndent`**: `integer` - - Default: `0` - - Nimpretty\: set the number of spaces that is used for indentation - \-\-indent\:0 means autodetection \(default behaviour\)\. - -- **`nim.nimprettyMaxLineLen`**: `integer` - - Default: `80` - - Nimpretty\: set the desired maximum line length \(default\: 80\)\. - -- **`nim.nimsuggestRestartTimeout`**: `integer` - - Default: `60` - - Nimsuggest will be restarted after this timeout in minutes\, if 0 then restart disabled\. - This option requires restart to take effect\. - -- **`nim.project`**: `array` - - Default: `{}` - - Nim project file\, if empty use current selected\. - -- **`nim.projectMapping`**: `object` - - Default: `vim.empty_dict()` - - For non project mode list of per file project mapping using regex\, for example \`\`\`\{\"\(\.\*\)\.inim\"\: \"\$1\.nim\"\}\`\`\` - -- **`nim.runOutputDirectory`**: `string` - - Default: `""` - - Output directory for run selected file command\. The directory is relative to the workspace root\. - -- **`nim.test-project`**: `string` - - Default: `""` - - Optional test project\. - -</details> **Snippet to enable the language server:** diff --git a/doc/server_configurations.txt b/doc/server_configurations.txt index b37661c2..2d716bb1 100644 --- a/doc/server_configurations.txt +++ b/doc/server_configurations.txt @@ -4297,87 +4297,6 @@ https://github.com/PMunch/nimlsp nimble install nimlsp ``` -This server accepts configuration via the `settings` key. -<details><summary>Available settings:</summary> - -- **`nim.buildCommand`**: `string` - - Default: `"c"` - - Nim build command \(c\, cpp\, doc\, etc\) - -- **`nim.buildOnSave`**: `boolean` - - Execute build task from tasks\.json file on save\. - -- **`nim.enableNimsuggest`**: `boolean` - - Default: `true` - - Enable calling nimsuggest process to provide completion suggestions\, hover suggestions\, etc\. - This option requires restart to take effect\. - -- **`nim.licenseString`**: `string` - - Default: `""` - - Optional license text that will be inserted on nim file creation\. - -- **`nim.lintOnSave`**: `boolean` - - Default: `true` - - Check code by using \'nim check\' on save\. - -- **`nim.logNimsuggest`**: `boolean` - - Enable verbose logging of nimsuggest to use profile directory\. - -- **`nim.nimprettyIndent`**: `integer` - - Default: `0` - - Nimpretty\: set the number of spaces that is used for indentation - \-\-indent\:0 means autodetection \(default behaviour\)\. - -- **`nim.nimprettyMaxLineLen`**: `integer` - - Default: `80` - - Nimpretty\: set the desired maximum line length \(default\: 80\)\. - -- **`nim.nimsuggestRestartTimeout`**: `integer` - - Default: `60` - - Nimsuggest will be restarted after this timeout in minutes\, if 0 then restart disabled\. - This option requires restart to take effect\. - -- **`nim.project`**: `array` - - Default: `{}` - - Nim project file\, if empty use current selected\. - -- **`nim.projectMapping`**: `object` - - Default: `vim.empty_dict()` - - For non project mode list of per file project mapping using regex\, for example \`\`\`\{\"\(\.\*\)\.inim\"\: \"\$1\.nim\"\}\`\`\` - -- **`nim.runOutputDirectory`**: `string` - - Default: `""` - - Output directory for run selected file command\. The directory is relative to the workspace root\. - -- **`nim.test-project`**: `string` - - Default: `""` - - Optional test project\. - -</details> **Snippet to enable the language server:** |
