diff options
| -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:** |
