https://github.com/oncomouse/ncm2-lsp
https://github.com/oncomouse/ncm2-lsp
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/oncomouse/ncm2-lsp
- Owner: oncomouse
- Created: 2020-09-09T20:41:08.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-02-15T00:51:13.000Z (over 5 years ago)
- Last Synced: 2025-01-21T15:48:45.022Z (over 1 year ago)
- Language: Python
- Size: 9.77 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
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)