prabirshrestha / vim-lsp

async language server protocol plugin for vim and neovim
MIT License
3.1k stars 304 forks source link

Fix disappeared kind #1485

Closed jiz4oh closed 1 year ago

jiz4oh commented 1 year ago

Hi @prabirshrestha,

the kind is disappeared now due to the incorrect ternary expression

image

refer #1482

jiz4oh commented 1 year ago

it is expected after the pr image

Hi @prabirshrestha, could you have a look?

mattn commented 1 year ago

Good catch. Thank you

jiz4oh commented 1 year ago

Thanks @mattn