home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit e8ed52360f6780ada285bdfacffee2207c32e590
parent 75183742076a63922c236e58d5ecb191bbfbb97c
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Mon, 23 Mar 2020 08:33:04 +0100

emacs-config: temporarly fix lsp-ui

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mtmp/emacs-config/config/setup-completion.el | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/tmp/emacs-config/config/setup-completion.el b/tmp/emacs-config/config/setup-completion.el @@ -229,6 +229,14 @@ Ivy-powered commands, using `ivy-prescient-re-builder'." lsp-diagnostic-package :auto lsp-restart 'auto-restart lsp-auto-guess-root t + lsp-ui-sideline-enable nil + lsp-ui-sideline-show-hover nil + lsp-ui-sideline-delay 2.0 + lsp-ui-doc-enable nil + lsp-ui-doc-max-width 30 + lsp-ui-doc-max-height 15 + lsp-document-highlight-delay 2.0 + lsp-ui-flycheck-enable nil ;; @see https://github.com/emacs-lsp/lsp-mode/pull/1498 ;; and read code related to auto configure ;; require clients could be slow and that's only thing auto configure