aboutsummaryrefslogtreecommitdiffstats
path: root/oni-lsp.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2022-02-28 01:38:42 -0800
committerGravatar Tom Willemse2022-02-28 01:38:42 -0800
commit205cbf516a39efc8e064801cc10b4b232d2fa5a0 (patch)
treec2b38c4f2250320d0b321baf231cf21038fa7dc5 /oni-lsp.el
parent7cd54860286f2382832c7a54123dcc2914fc97f3 (diff)
downloademacs-config-205cbf516a39efc8e064801cc10b4b232d2fa5a0.tar.gz
emacs-config-205cbf516a39efc8e064801cc10b4b232d2fa5a0.zip
[oni-lsp] Use a posframe to show a function signature
Instead of the minibuffer.
Diffstat (limited to 'oni-lsp.el')
-rw-r--r--oni-lsp.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/oni-lsp.el b/oni-lsp.el
index f643c52..4ffc0e2 100644
--- a/oni-lsp.el
+++ b/oni-lsp.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2022.0228.013647
+;; Version: 2022.0228.013837
;; Package-Requires: (lsp-mode lsp-ui lsp-ivy)
;; This program is free software; you can redistribute it and/or modify
@@ -48,6 +48,7 @@
(princ "\n\n")
(princ help-string))))
+(setq lsp-signature-function 'lsp-signature-posframe)
(setq lsp-ui-doc-enable nil)
(setq lsp-ui-sideline-enable nil)