[oni-lsp] Use a posframe to show a function signature
Instead of the minibuffer.
This commit is contained in:
parent
7cd5486028
commit
205cbf516a
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue