aboutsummaryrefslogtreecommitdiff
path: root/editors/languageclient-neovim/pkg-descr
blob: 87d7e61102ed97b822157131926eada819dbc0e7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Language Server Protocol (LSP) support for vim and neovim.

Features:
* Non-blocking asynchronous calls.
* Sensible completion
  Integrated well with deoplete or ncm2, or MUcomplete.
  Or simply with vim built-in `omnifunc`.
* Realtime diagnostics/compiler/lint message.
* Rename.
* Hover/Get identifier info.
* Goto definition.
* Goto reference locations.
* Workspace/Document symbols query
* Formatting
* Code Action/Quick Fix