add LSP config for Move language
I have a question. I configured move-analyzer, but I can only complete the keywords and can't work well. What needs to be added to work like these language servers such as rust?

We just offer whatever completion the LSP returns. It could be that the LSP needs more work since Move is still a new language.
The completion logic seems to be rudimentary right now, so I suppose this is expected.
@archseer Do you think I need to format the languages.toml file? If it is not needed, then I will go back.
I don't think it's necessary to format the languages.toml. It will just confuse the git-blame
closing this one out as stale, thank you for contributing!