Ivan Yonchovski
Ivan Yonchovski
> the proper fix here would be to make nbs compatible with lock files and not introduce the conditional path files @arnetheduck check https://github.com/status-im/nimbus-build-system/pull/48 (Just in case you haven't seen...
@arnetheduck seems like we can call nimble to do that lock file integration. A bonus will be that once https://github.com/nim-lang/nimble/pull/1017 is in we might let it manage nim as well.
@steven-lang company-lsp repo is not active - it is recommended to switch to company-capf.
I assume that the client side filtering is filtering out the results. First make sure that you are using the latest version of company lsp. You may add MS python...
Thanks for doing the investigation. I guess @tigersoldier will know what we should do to make it work by default.
install yasnippet. If you use the latest lsp-mode it will yield a warning if you have the snippets enabled but no yasnippet installed.
This can be fixed if: 1. company-lsp shows real text in the label - this could be a configurable option. 2. company-mode asks the backend to calculate what is the...
> If 1 is doable, why make it an option? Sounds like a good default behavior: use the "real text" as the completion string, and put the rest into the...