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

https://github.com/gamoutatsumi/ddu-source-nvim-lsp

ddu.vim source for Neovim builtin LSP. (WIP)
https://github.com/gamoutatsumi/ddu-source-nvim-lsp

ddu-source ddu-vim neovim nvim-lsp

Last synced: about 1 year ago
JSON representation

ddu.vim source for Neovim builtin LSP. (WIP)

Awesome Lists containing this project

README

          

# ddu-source-nvim-lsp

**UNDER THE DEVELOPMENT**

[ddu.vim](https://github.com/Shougo/ddu.vim) source for Neovim builtin LSP.

## sources

### nvim_lsp_diagnostic_buffer

Diagnostics from all clients attached to current buffer.

### nvim_lsp_diagnostic_all

Diagnostics from all clients attached to Neovim.

### nvim_lsp_document_symbol

All symbols in the current buffer.

### nvim_lsp_references

All references to the symbol under the cursor.