Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lsp-ui-doc overlaps with completion-at-point popup and lsp-ui-doc-position not working #748

Open
AK-CHP1 opened this issue Apr 23, 2023 · 0 comments

Comments

@AK-CHP1
Copy link

AK-CHP1 commented Apr 23, 2023

My lsp-ui-doc frame overlaps with the completions (provided by company mode). Here is how it lookes like:

scr

And to fix this, I decided to change the position of the doc to the top via following:

(use-package lsp-ui
  :commands lsp-ui-mode
  :custom
  (lsp-ui-doc-position 'top))

But the position didn't changed
I am using emacs 26.3 on ubuntu 20.04 machine. I recently installed lsp-mode on emacs. I am a beginner.

Please help me in fixing this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant