gamoutatsumi / ddu-source-nvim-lsp

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:TypeScript 77.5%Language:Lua 22.5%