You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Piping edited this page Jul 28, 2018
·
10 revisions
Welcome to the LanguageClient-neovim wiki!
Right side has a list of configurable components. To enable the language client IDE features in vim, you need 1) a language server for your language. 2) various editor support like code completion plugin, key mapping for different functionalities.
for code completion, you can use maralla/completor for vim (with python).