fix kab, upd magit config

This commit is contained in:
2026-08-17 11:24:05 +02:00
parent f94826d8cc
commit f246281bc4
4 changed files with 30 additions and 6 deletions

View File

@@ -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