Skip to content

Commit

Permalink
[docs] improve lsp-auto-configure description
Browse files Browse the repository at this point in the history
  • Loading branch information
ericdallo authored Jun 30, 2020
1 parent b0fe808 commit 135d28f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/page/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ These are `lsp-mode` specific custom settings:
- `lsp-auto-guess-root` - Automatically guess the project root using projectile/project. Do **not** use this setting unless you are familiar with `lsp-mode` internals and you are sure that all of your projects are following `projectile=/=project.el` conventions.
- `lsp-restart` - Defines how server exited event must be handled.
- `lsp-session-file` - File where session information is stored.
- `lsp-auto-configure` - Auto configure `lsp-mode`. When set to `t`, `lsp-mode` will auto-configure `lsp-ui` and `company-lsp`.
- `lsp-auto-configure` - Auto configure `lsp-mode`. When set to `t`, `lsp-mode` will auto-configure `lsp-ui`, `dap-mode` and other settings that makes sense to enable by default.
- `lsp-document-sync-method` - How to sync the document with the language server.
- `lsp-auto-execute-action` - Auto-execute single action.
- `lsp-eldoc-render-all` - Display all of the info returned by `document/onHover`. If this is nil, `eldoc` will show only the symbol information.
Expand Down

0 comments on commit 135d28f

Please sign in to comment.