Skip to content
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.

  1. for code completion, you can use maralla/completor for vim (with python).
Clone this wiki locally