Skip to content

Commit

Permalink
tweak(emacs): lsp-mode: use posframe for parameter signature help
Browse files Browse the repository at this point in the history
  • Loading branch information
gekoke committed Dec 30, 2024
1 parent 0629760 commit 24dfeb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nixos/programs/emacs/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -862,7 +862,7 @@
(lsp-headerline-breadcrumb-enable nil)
(lsp-inlay-hint-enable t)
(lsp-semantic-tokens-enable t)
(lsp-signature-render-documentation nil)
(lsp-signature-function #'lsp-signature-posframe)
:config
(lsp-register-client
(make-lsp-client
Expand Down

0 comments on commit 24dfeb3

Please sign in to comment.