• Stars
    star
    169
  • Rank 222,719 (Top 5 %)
  • Language
    Lua
  • License
    MIT License
  • Created over 3 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

coc.nvim integration for telescope.nvim

telescope-coc.nvim

GitHub Sponsors Patreon donate button PayPal donate button

An extension for telescope.nvim that allows you to find/filter/preview/pick results from coc.nvim.

Get Started

Plug 'nvim-telescope/telescope.nvim'
Plug 'fannheyward/telescope-coc.nvim'

lua << EOF
require("telescope").setup({
  extensions = {
    coc = {
        theme = 'ivy',
        prefer_locations = true, -- always use Telescope locations to preview definitions/declarations/implementations etc
    }
  },
})
require('telescope').load_extension('coc')
EOF

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

More Repositories

1

coc-pyright

Pyright extension for coc.nvim
TypeScript
1,195
star
2

coc-rust-analyzer

rust-analyzer extension for coc.nvim
TypeScript
1,049
star
3

create-coc-extension

Create a coc extension from command line
TypeScript
199
star
4

coc-markdownlint

markdownlint extension for coc.nvim
TypeScript
157
star
5

coc-deno

Deno extension for coc.nvim
TypeScript
147
star
6

coc-react-refactor

React refactor extension for coc.nvim
TypeScript
121
star
7

coc-sql

SQL extension for coc.nvim
TypeScript
114
star
8

coc-texlab

TexLab extension for coc.nvim
TypeScript
110
star
9

coc-styled-components

Styled component for coc.nvim as a tsserver plugin
TypeScript
92
star
10

init.vim

Neovim config of @fannheyward.
Vim Script
77
star
11

coc-julia

Julia extension for coc.nvim
TypeScript
77
star
12

coc-xml

XML extension for coc.nvim
TypeScript
54
star
13

coc-ci

支持中文分词的 w/b 移动
TypeScript
36
star
14

coc-postfix

Postfix completion for Vim/Neovim
TypeScript
34
star
15

coc-rome

Rome extension for coc.nvim
TypeScript
32
star
16

coc-terminal

Toggle terminal with coc.nvim
TypeScript
25
star
17

coc-nextword

nextword extension for coc.nvim
JavaScript
24
star
18

coc-ecdict

ECDICT extension for coc.nvim
TypeScript
19
star
19

coc-docthis

JSDoc extension for coc.nvim that generates detailed JSDoc comments for TypeScript/JavaScript files.
TypeScript
16
star
20

WeiboEngine

新浪微博 SDK,支持 OAuth 2.0 认证,支持 ARC。
Objective-C
12
star
21

fannheyward.github.io

Pages of @fannheyward.
CSS
6
star
22

coc-lit-html

coc.nvim extension that provides lit-html support with typescript-lit-html-plugin
TypeScript
4
star
23

coc-mocword

Mocword extension for coc.nvim
TypeScript
4
star
24

coc-biome

Biome extension for coc.nvim
TypeScript
4
star
25

coc-lines

Lines source for coc.nvim
TypeScript
3
star
26

telescope-maple.nvim

maple integration for telescope.nvim
Lua
3
star
27

pre.pages

My GitHub page.
1
star
28

ip

Go
1
star