diff --git a/master/languages.html b/master/languages.html index 37b931132..cc87f5a5d 100644 --- a/master/languages.html +++ b/master/languages.html @@ -222,7 +222,7 @@ language-servers = [ "mylang-lsp" ] language-serversThe Language Servers used for this language. See below for more information in the section Configuring Language Servers for a language grammarThe tree-sitter grammar to use (defaults to the value of name) formatterThe formatter for the language, it will take precedence over the lsp when defined. The formatter must be able to take the original file as input from stdin and write the formatted file to stdout -soft-wrapeditor.softwrap +soft-wrapeditor.softwrap text-widthMaximum line length. Used for the :reflow command and soft-wrapping if soft-wrap.wrap-at-text-width is set, defaults to editor.text-width path-completionOverrides the editor.path-completion config key for the language. workspace-lsp-rootsDirectories relative to the workspace root that are treated as LSP roots. Should only be set in .helix/config.toml. Overwrites the setting of the same name in config.toml if set. diff --git a/master/print.html b/master/print.html index a7dd95514..54c831349 100644 --- a/master/print.html +++ b/master/print.html @@ -2757,7 +2757,7 @@ language-servers = [ "mylang-lsp" ] language-serversThe Language Servers used for this language. See below for more information in the section Configuring Language Servers for a language grammarThe tree-sitter grammar to use (defaults to the value of name) formatterThe formatter for the language, it will take precedence over the lsp when defined. The formatter must be able to take the original file as input from stdin and write the formatted file to stdout -soft-wrapeditor.softwrap +soft-wrapeditor.softwrap text-widthMaximum line length. Used for the :reflow command and soft-wrapping if soft-wrap.wrap-at-text-width is set, defaults to editor.text-width path-completionOverrides the editor.path-completion config key for the language. workspace-lsp-rootsDirectories relative to the workspace root that are treated as LSP roots. Should only be set in .helix/config.toml. Overwrites the setting of the same name in config.toml if set.