# telescope-coc.nvim
**Repository Path**: mirrors_telescope/telescope-coc.nvim
## Basic Information
- **Project Name**: telescope-coc.nvim
- **Description**: telescope-coc.nvim
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2022-06-07
- **Last Updated**: 2022-06-07
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# telescope-coc.nvim
An extension for [telescope.nvim](https://github.com/nvim-telescope/telescope.nvim)
that allows you to find/filter/preview/pick results from [coc.nvim](https://github.com/neoclide/coc.nvim).
## Get Started
```viml
Plug 'fannheyward/telescope-coc.nvim'
...
require('telescope').load_extension('coc')
```
## Usage
`:Telescope coc` to get subcommands
`:Telescope coc X`
- `mru`
- `links`
- `commands`
- `locations`
- `references`
- `definitions`
- `declarations`
- `implementations`
- `type_definitions`
- `diagnostics`
- `code_actions`
- `line_code_actions`
- `file_code_actions`
- `document_symbols`
- `workspace_symbols`
- `workspace_diagnostics`
## License
MIT