An open API service indexing awesome lists of open source software.

https://github.com/oncomouse/ncm2-lsp


https://github.com/oncomouse/ncm2-lsp

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# LSP Completion source for ncm2

This is a port of [deoplete-lsp](https://github.com/Shougo/deoplete-lsp) to ncm2.

## Install

* Install LSP enabled neovim(version 0.5.0+)

* Install the latest ncm2

* Install and configure nvim-lsp

https://github.com/neovim/nvim-lsp

## Configuration

* `g:ncm2_lsp#use_icons_for_candidates`: Set to v:true to enable icons for LSP candidates. Requires patched font: https://www.nerdfonts.com/

Status: Current with [deoplete-lsp#e526dbe](https://github.com/deoplete-plugins/deoplete-lsp/commit/e526dbecda137e37c45492ce72fa92ea32314154)