Skip to content

feat(coc): add extension for telescope.nvim#792

Merged
mehalter merged 1 commit into
AstroNvim:feat/cocfrom
wroyca:feat/coc-telescope
Mar 7, 2024
Merged

feat(coc): add extension for telescope.nvim#792
mehalter merged 1 commit into
AstroNvim:feat/cocfrom
wroyca:feat/coc-telescope

Conversation

@wroyca

@wroyca wroyca commented Mar 7, 2024

Copy link
Copy Markdown
Contributor

📑 Description

Add fannheyward/telescope-coc.nvim extension for users who use Telescope and CoC

Additional Information

image

@github-actions

github-actions Bot commented Mar 7, 2024

Copy link
Copy Markdown

Review Checklist

Does this PR follow the [Contribution Guidelines](development guidelines)? Following is a partial checklist:

Proper conventional commit scoping:

  • If you are adding a new plugin, the scope would be the name of the category it is being added into. ex. feat(utility): added noice.nvim plugin

  • If you are modifying a pre-existing plugin or pack, the scope would be the name of the plugin folder. ex. fix(noice-nvim): fix LSP handler error

  • Pull request title has the appropriate conventional commit type and scope where the scope is the name of the pre-existing directory in the project as described above

  • README is properly formatted and uses fenced in links with <url> unless they are inside a [title](url)

  • Proper usage of opts table rather than setting things up with the config function.

Comment thread lua/astrocommunity/utility/telescope-coc-nvim/init.lua Outdated
Comment thread lua/astrocommunity/utility/telescope-coc-nvim/init.lua Outdated
Co-authored-by: Micah Halter <micah@mehalter.com>
@mehalter mehalter merged commit 28273be into AstroNvim:feat/coc Mar 7, 2024
mehalter added a commit that referenced this pull request Mar 7, 2024
Co-authored-by: Micah Halter <micah@mehalter.com>
mehalter added a commit that referenced this pull request Mar 7, 2024
Co-authored-by: Micah Halter <micah@mehalter.com>
mehalter added a commit that referenced this pull request Mar 7, 2024
* feat(lsp): Add basic coc support

* fix(coc-nvim): Disable more plugins

* feat(coc-nvim): add heirline integration and improve lazy loading

* feat(coc-nvim): start adding coc mappings

* chore: remove AstroLSP

* docs(coc-nvim): add README

* feat(coc-nvim): add json for coc configuration (#789)

* feat(coc-nvim): add json for coc configuration

* refactor(coc-nvim): configure `coc_global_extensions` in AstroCore

---------

Co-authored-by: Micah Halter <micah@mehalter.com>

* feat(coc-nvim): add v-mode selection format (#787)

* feat(coc-nvim): add marketplace (#788)

* fix(coc-nvim): force statusline redraw

* chore(coc-nvim): normalize command calls

* feat(coc-nvim): add service to statusbar

Co-authored-by: William Roy <wroy@proton.me>

* feat(coc-nvim): add extension for telescope.nvim (#792)

Co-authored-by: Micah Halter <micah@mehalter.com>

* fix(coc-nvim): default `cmdheight=1` when using coc-nvim

* fix(coc-nvim): disable `foldcolumn` for coc lists

* chore(coc-nvim): clean up heirline callbacks

* feat(coc-nvim): add more missing LSP mappings

* chore(coc-nvim): clean up package disabling to only core plugins

---------

Co-authored-by: Uzair Aftab <uzaaft@outlook.com>
Co-authored-by: William Roy <wroy@proton.me>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants