-
-
Notifications
You must be signed in to change notification settings - Fork 31
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
Breaking changes on main #89
Comments
#86 changes the way the require("crates").setup {
completion = {
cmp = {
enabled = true
},
},
} If you have disabled require("crates.completion.cmp").setup() |
#120 renamed the |
|
#145 removes the need for the |
0d23dc4 disables neoconf integration by default, it has to be enabled manually from now on. require("crates").setup {
neoconf = {
enabled = true,
},
} |
This issue tracks the breaking changes on the
main
branch.We follow the Conventional Commits specification, so breaking changes will always be marked with an
!
. If you use packer.nvim or lazy.nvim, they will be highlighted on update.If you find breaking changes too disruptive to your workflow, the recommendation is to either follow the
stable
tag which should point to the most recent release, or even pin a release tag directly likev0.4.0
.The text was updated successfully, but these errors were encountered: