Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 446 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 446 Bytes

ddu-source-nvim-lsp

UNDER THE DEVELOPMENT

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.