Takumi KAGIYAMA

Results 1 comments of Takumi KAGIYAMA

Note: I tried to change border characters with `lsp_float_opened` user event and `popup_setoptions()` as following. ```vim autocmd User lsp_float_opened call OnFloatOpened() function OnFloatOpened() abort let winid = lsp#ui#vim#output#getpreviewwinid() if winid...