tigersoldier / company-lsp

Company completion backend for lsp-mode
GNU General Public License v3.0
251 stars 26 forks source link

Never cache the items in company-mode #128

Open yyoncho opened 4 years ago

yyoncho commented 4 years ago

We should always use the company-lsp cache otherwise company-mode will keep cache prefix->items which are not relevant to the current position.

yyoncho commented 4 years ago

ping