ncm2 / ncm2-vim-lsp

MIT License
13 stars 2 forks source link

get_vim_completion_item() is deprecated #12

Closed prabirshrestha closed 4 years ago

prabirshrestha commented 4 years ago

lsp#omni#get_vim_completion_item() is getting deprecated. please use lsp#omni#get_vim_completion_items() instead.

Refer to this PR for changes. https://github.com/prabirshrestha/asyncomplete-lsp.vim/pull/33/files

https://github.com/prabirshrestha/vim-lsp/pull/834 https://github.com/prabirshrestha/vim-lsp/pull/835