ray-x / lsp_signature.nvim

LSP signature hint as you type
Apache License 2.0
2.02k stars 57 forks source link

Border not rounded #190

Closed eeeXun closed 2 years ago

eeeXun commented 2 years ago

Already set following in on_attach

   require("lsp_signature").on_attach({
       bind = true,
       border = "rounded",
   })

But the border sometimes not get rounded. 2022-06-15_01-43-02

rodhash commented 2 years ago

Had same issue, running latest version 3755b08

ray-x commented 2 years ago

this one should be fixed in latest

eeeXun commented 2 years ago

Hi @ray-x , the problem still exist

https://user-images.githubusercontent.com/58657914/179659170-61514583-be6b-40be-b710-2ffe858ebbb6.mp4

ray-x commented 2 years ago

Did not notice the border missing when CursorHoldI autocmd. It should be fixed now. @eeeXun could you verify? Thanks!

eeeXun commented 2 years ago

@ray-x I don't encounter any problem until now. Thank you for your fix!