Skip to content

docs: Add nvim-conan community integration - #4536

Merged
czoido merged 3 commits into
conan-io:develop2from
mm4cN:add-nvim-conan-community-integration
Sep 10, 2026
Merged

czoido merged 3 commits into
conan-io:develop2from
mm4cN:add-nvim-conan-community-integration

Conversation

@mm4cN

@mm4cN mm4cN commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

Adds nvim-conan to the Community integrations section.

nvim-conan provides Conan 2 workflows directly from Neovim, including package, profile and remote management as well as common build/package operations.

Repository: https://github.com/mm4cN/nvim-conan

@CLAassistant

CLAassistant commented Sep 4, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@uilianries

Copy link
Copy Markdown
Member

@mm4cN Hello! Thank you for bringing this integration to neovim.

I would suggest pushing your plugin to https://neovimcraft.com/ as well, the neovim central index, to give more visibility to your project.

Have you sent it there before? I could not find your plugin listed there.

Doing a quick search for other vim and neovim plugins for Conan, yours looks more promising, so I hope you keep it running for a long time 😄

I also recommend adding CI support to your project with GitHub Actions, so you can verify that your plugin installs correctly and isn't broken when releasing a new update. So far, I needed to download and install locally to check if it's working. Same for adding tests, you could use mini.test or busted to validate your project as well, it will help to mature your project.

During minimal local validation, I spotted 2 important cases; I listed them in your repository:


My recommendation is to mature the project a bit more first, before promoting it in the Conan documentation (merging this PR), so users will expect a better experience when trying it for the first time.

Please consider my previous recommendations, such as CI, tests, and the listed issues. Regards.

@mm4cN

mm4cN commented Sep 7, 2026

Copy link
Copy Markdown
Contributor Author

Hello, thank you for the feedback on the current state of the project and for the suggestions for improvement! 😀
I’ll address the raised issues, add the missing test coverage and CI, and let you know once the updates are ready.

I’m very glad you found the integration promising.

Cheers!

@mm4cN

mm4cN commented Sep 9, 2026

Copy link
Copy Markdown
Contributor Author

Hi @uilianries, quick update: I’ve addressed both reported issues and the related feedback. The plugin now includes CI and mini.test coverage, modular argv-based command construction, optional build policies, and extra-argument forwarding for create and export commands.

The documentation has also been refreshed and gets ready for next plugin release. Thanks again, your feedback significantly improved the project!

@uilianries uilianries left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM @mm4cN Thank you for updating the project!

I just updated my local copy and I can run :Conan create with those recipes in the Conan Center Index.

@czoido czoido closed this Sep 10, 2026
@czoido czoido reopened this Sep 10, 2026
@czoido
czoido merged commit 6e7db92 into conan-io:develop2 Sep 10, 2026
1 check passed
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.

5 participants