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)
- Host: GitHub
- URL: https://github.com/gamoutatsumi/ddu-source-nvim-lsp
- Owner: gamoutatsumi
- License: mit
- Created: 2022-01-25T00:29:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-05-27T23:46:22.000Z (about 3 years ago)
- Last Synced: 2025-03-27T02:39:22.219Z (about 1 year ago)
- Topics: ddu-source, ddu-vim, neovim, nvim-lsp
- Language: TypeScript
- Homepage:
- Size: 17.6 KB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.