-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lsp-layer configuration and building blocks for derived layers.
See README.org for details
- Loading branch information
Cormac Cannon
committed
Mar 16, 2018
1 parent
0fa3658
commit 2067d72
Showing
4 changed files
with
215 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
;; ;; TODO slow https://github.com/emacs-lsp/lsp-ui/issues/45 | ||
;; ;; (setq lsp-ui-flycheck-enable nil) | ||
;; ;; These all have toggles bound under 't' in spacemacs/lsp-define-keys-for-mode | ||
(defvar lsp-remap-xref-keybindings nil "When non-nil, xref keybindings remapped to lsp-ui-peek-find-*") | ||
(defvar lsp-ui-peek-expand-by-default t "Expand lsp-ui-peek by default (may have performance implications)") | ||
(defvar lsp-ui-doc-enable t "Enable/disable lsp-ui-doc overlay") | ||
(defvar lsp-ui-doc-include-signature nil "Omit type signature in the lsp-ui-doc overlay") | ||
(defvar lsp-ui-sideline-enable nil "Enable/disable lsp-ui-sideline overlay") | ||
(defvar lsp-ui-sideline-show-symbol nil "When non-nil, sideline includes symbol info (largely redundant for c modes)") ; don't show symbol on the right of info | ||
(defvar lsp-ui-sideline-ignore-duplicate t "Ignore duplicates") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters