matsui54 / ddc-nvim-lsp-doc

Shows completion documentation and signature help from nvim-lsp.
MIT License
21 stars 2 forks source link

I cannot see the input text #4

Closed Shougo closed 3 years ago

Shougo commented 3 years ago

Please see the screenshot.

I think the plugin should check border line.

スクリーンショット_2021-09-11_15-09-48

matsui54 commented 3 years ago

OK. I will add new highlight which links to NormalFloat.

matsui54 commented 3 years ago

I added DdcNvimLspDocBorder highlight which is linked to NormalFloat. You can also customize highlight with this value. Can you update it?

Shougo commented 3 years ago

Thanks. It is better. But I cannot read the input text... I think the position should be moved to bottom.

スクリーンショット_2021-09-12_22-14-42

matsui54 commented 3 years ago

Oh, I get it. I didn't take tabline into consideration.

matsui54 commented 3 years ago

Fixed. Please update it.

Shougo commented 3 years ago

Thanks. It is perfect!