Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prabirshrestha/quickpick-lsp.vim
https://github.com/prabirshrestha/quickpick-lsp.vim
quickpickvim
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/prabirshrestha/quickpick-lsp.vim
- Owner: prabirshrestha
- License: mit
- Created: 2020-05-23T21:54:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-12T07:15:02.000Z (about 4 years ago)
- Last Synced: 2024-10-26T02:44:41.195Z (2 months ago)
- Topics: quickpickvim
- Language: Vim script
- Homepage:
- Size: 9.77 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# quickpick-lsp.vim
[vim-lsp](https://github.com/prabirshrestha/vim-lsp) picker for [quickpick.vim](https://github.com/prabirshrestha/quickpick.vim).# Install
```vim
Plug 'prabirshrestha/quickpick.vim'
Plug 'prabirshrestha/quickpick-lsp.vim'
```# Usage
```vim
:PLspDocumentSymbol
:PLspWorkspaceSymbol
```# Demos
# :PLspDocumentSymbol
[![asciicast](https://asciinema.org/a/364805.svg)](https://asciinema.org/a/364805)# :PLspWorkspaceSymbol
[![asciicast](https://asciinema.org/a/364749.svg)](https://asciinema.org/a/364749)