dev: Change keybinding to show code docs

This commit is contained in:
finga 2025-03-11 06:53:00 +01:00
parent 5a8a18bc74
commit af80c69b78

View file

@ -47,7 +47,7 @@
(use-package lsp-ui (use-package lsp-ui
:ensure t :ensure t
:bind :bind
("C-c i" . lsp-ui-doc-show) ("s-l i" . lsp-ui-doc-show)
:config :config
(setq lsp-ui-doc-position 'at-point) (setq lsp-ui-doc-position 'at-point)
(setq lsp-ui-doc-show-with-mouse nil) (setq lsp-ui-doc-show-with-mouse nil)