lsp-ui icon indicating copy to clipboard operation
lsp-ui copied to clipboard

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

Open obsessor-ak1 opened this issue 2 years ago • 0 comments

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.

obsessor-ak1 avatar Apr 23 '23 13:04 obsessor-ak1