Skip to content

Commit

Permalink
Correct the documented lsp-use-lsp-ui default value to t (#15937)
Browse files Browse the repository at this point in the history
  • Loading branch information
stormwatch authored Feb 28, 2023
1 parent 5600e4f commit a529b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layers/+tools/lsp/README.org
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ under the derived mode t prefix by =(spacemacs/lsp-bind-keys-for-mode mode)=
| =lsp-modeline-code-actions-enable= | t | When non-nil, shows available code actions in modeline. |
| =lsp-modeline-code-actions-segments= | ='(count icon)= | Display the number of available code actions and an icon. See details below. |
| =lsp-navigation= | ='both= | ~'simple~ or ~'peek~ to bind only xref OR lsp-ui-peek navigation functions. |
| =lsp-use-lsp-ui= | nil | When non-nil, install lsp-ui package |
| =lsp-use-lsp-ui= | t | When non-nil, install lsp-ui package |
| =lsp-ui-remap-xref-keybindings= | nil | When non-nil, xref key bindings remapped to lsp-ui-peek-find-{definition,references}. |
| =lsp-ui-doc-enable= | t | When non-nil, the documentation overlay is displayed. |
| =lsp-ui-doc-include-signature= | nil | When nil, signature omitted from lsp-ui-doc overlay (this is usually redundant). |
Expand Down

0 comments on commit a529b0b

Please sign in to comment.