We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
My lsp-ui-doc frame overlaps with the completions (provided by company mode). Here is how it lookes like:
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
My lsp-ui-doc frame overlaps with the completions (provided by company mode). Here is how it lookes like:
And to fix this, I decided to change the position of the doc to the top via following:
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.
The text was updated successfully, but these errors were encountered: