Skip to content

feat(lsp): add coc.nvim#785

Merged
mehalter merged 18 commits into
v4from
feat/coc
Mar 7, 2024
Merged

feat(lsp): add coc.nvim#785
mehalter merged 18 commits into
v4from
feat/coc

Conversation

@mehalter

@mehalter mehalter commented Mar 6, 2024

Copy link
Copy Markdown
Member

Closes #657

📑 Description

This adds coc.nvim as an option for LSP and completion. This disables all other LSP functionality.

ℹ Additional Information

@github-actions

github-actions Bot commented Mar 6, 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.

@mehalter mehalter marked this pull request as ready for review March 7, 2024 20:13
@mehalter mehalter merged commit a911fef into v4 Mar 7, 2024
@mehalter mehalter deleted the feat/coc branch March 7, 2024 20:13
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.

3 participants