tools/lsp: only enable sideline icons in 27.x+
This commit is contained in:
parent
e858e254b0
commit
a3f242d4b6
1 changed files with 3 additions and 1 deletions
|
@ -147,7 +147,9 @@ server getting expensively restarted when reverting buffers."
|
||||||
;; Don't show symbol definitions in the sideline. They are pretty noisy,
|
;; Don't show symbol definitions in the sideline. They are pretty noisy,
|
||||||
;; and there is a bug preventing Flycheck errors from being shown (the
|
;; and there is a bug preventing Flycheck errors from being shown (the
|
||||||
;; errors flash briefly and then disappear).
|
;; errors flash briefly and then disappear).
|
||||||
lsp-ui-sideline-show-hover nil)
|
lsp-ui-sideline-show-hover nil
|
||||||
|
;; Some icons don't scale correctly on Emacs 26, so disable them there.
|
||||||
|
lsp-ui-sideline-actions-icon EMACS27+) ; DEPRECATED Remove later
|
||||||
|
|
||||||
(map! :map lsp-ui-peek-mode-map
|
(map! :map lsp-ui-peek-mode-map
|
||||||
"j" #'lsp-ui-peek--select-next
|
"j" #'lsp-ui-peek--select-next
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue