More config changes
Some checks failed
/ Test config on 20 (push) Failing after 57s

This commit is contained in:
Maciej 2025-01-18 21:09:06 +02:00
parent 118cf92a27
commit 87913bbd6a
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
14 changed files with 243 additions and 241 deletions

View file

@ -65,13 +65,12 @@
(use-package lsp-ui :ensure t :after (lsp-mode) :defer t
:config
(setopt lsp-ui-doc-enable t
lsp-ui-header t
lsp-ui-delay 0.5 ;; Wait half a second to display documentation
lsp-ui-doc-delay 0.5 ;; Wait half a second to display documentation
lsp-ui-doc-position 'at-point
lsp-ui-doc-include-signature t))
;; Lsp debugger mode
(use-package dap-mode :ensure t :after (lsp-mode lsp-ui) :defer t)
(use-package dap-mode :ensure t :after (lsp-mode) :defer t)
(provide 'icejam-lsp)
;;; icejam-lsp.el ends here