lighttiger2505 / deoplete-vim-lsp

deoplete source for vim-lsp
MIT License
80 stars 8 forks source link

use allowlist, blocklist and get_allowed_servers #20

Closed prabirshrestha closed 4 years ago

prabirshrestha commented 4 years ago

Refer to https://github.com/prabirshrestha/asyncomplete-lsp.vim/commit/684c34453db9dcbed5dbf4769aaa6521530a23e0 for sample changes.

In the next few weeks whitelist and blacklist will be unsupported. https://github.com/prabirshrestha/vim-lsp/pull/847.

lighttiger2505 commented 4 years ago

@prabirshrestha Thanks for contribution. Fix completed. https://github.com/lighttiger2505/deoplete-vim-lsp/pull/21

prabirshrestha commented 4 years ago

Thanks for the fix.