mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 02:50:03 +08:00
21 lines
458 B
Markdown
21 lines
458 B
Markdown
# LSP Completion source for deoplete
|
|
|
|
|
|
## Install
|
|
|
|
* Install LSP enabled neovim(version 0.5.0+)
|
|
|
|
* Install the latest deoplete
|
|
|
|
* Install and configure nvim-lsp
|
|
|
|
https://github.com/neovim/nvim-lsp
|
|
|
|
## Configuration
|
|
|
|
* `g:deoplete#lsp#handler_enabled`: If you set it to v:true, you can disable
|
|
hover handler.
|
|
|
|
* `g:deoplete#lsp#use_icons_for_candidates`: Set to v:true to enable icons for
|
|
LSP candidates. Requires patched font: https://www.nerdfonts.com/
|