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 vim plugins like code completion plugin and key mappings for different functionalities.

Code Completion

  • for code completion, you can use maralla/completor for vim (with python).

Go To Defintion

Clone this wiki locally