mirror of
https://codeberg.org/scip/dot-emacs.git
synced 2026-08-23 21:24:18 +02:00
fix kab, upd magit config
This commit is contained in:
@@ -55,10 +55,10 @@
|
||||
("C-c D" . tvd-lsp-doc-toggle))
|
||||
|
||||
:init
|
||||
(setq lsp-ui-doc-enable t ;; enable on the fly with "C-c D"
|
||||
(setq lsp-ui-doc-enable nil ;; enable on the fly with "C-c D"
|
||||
lsp-ui-doc-use-webkit nil
|
||||
lsp-ui-doc-header t
|
||||
lsp-ui-doc-delay 0.2
|
||||
lsp-ui-doc-delay 1.0
|
||||
lsp-ui-doc-position 'top
|
||||
lsp-ui-doc-side 'right
|
||||
lsp-ui-doc-include-signature t
|
||||
@@ -72,7 +72,7 @@
|
||||
lsp-ui-peek-peek-height 40
|
||||
|
||||
;; FIXME: maybe this is too much, check at work
|
||||
lsp-ui-sideline-enable t
|
||||
lsp-ui-sideline-enable nil
|
||||
lsp-ui-sideline-update-mode 'point
|
||||
lsp-ui-sideline-show-code-actions nil
|
||||
lsp-ui-sideline-show-hover t
|
||||
|
||||
Reference in New Issue
Block a user