Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix!: nvim-cmp source registration #86

Merged
merged 2 commits into from
Oct 6, 2023
Merged

fix!: nvim-cmp source registration #86

merged 2 commits into from
Oct 6, 2023

Conversation

saecki
Copy link
Owner

@saecki saecki commented Oct 6, 2023

Fixes #85 by changing the way the nvim-cmp source is registered. This is also more inline with how coq.nvim and null-ls are handled.

BREAKING CHANGE: the nvim-cmp source isn't automatically registered anymore. Instead enable it in setup.

require("crates").setup {
    src = {
        cmp = {
            enabled = true
        },
    },
}

saecki added 2 commits October 6, 2023 01:22
BREAKING CHANGE: the nvim-cmp source isn't automatically registered
anymore. Instead enable it in setup.
require("crates").setup {
    src = {
        cmp = {
            enabled = true
        },
    },
}
@saecki saecki merged commit 57c448b into main Oct 6, 2023
@saecki saecki mentioned this pull request Oct 6, 2023
@saecki saecki deleted the nvim-cmp-setup branch October 9, 2023 06:34
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.

nvim-cmp completions for crates don't show up
1 participant