mirror of
https://github.com/neovim/neovim
synced 2025-08-01 11:22:10 +00:00
We have two ways to disable third-party/ 1. make USE_BUNDLED_DEPS=OFF 2. cmake USE_BUNDLED=OFF The example used the make option in a cmake context.