Im using the clangd lsp on my nvim config and I want to generate a compile_command.json for the lsp. Im not, dont want to, use cmake, so looks like the only way is to use bear to generate that file. The problem is, in the INSTALL.md there is no information for how to compile/download on Windows, also, using the commands on Build Commands, does not work.
How do I install bear on Windows? Im ok with using cmake to install it, I just dont want to use cmake on my projects, for no reason in particular.