piz-ewing
piz-ewing
> Would you be willing to share the line of config to set redraw to false?? you can get it in the commit, see [here ](https://github.com/folke/noice.nvim/pull/937/commits/5e6278c44112d8772a5d9ff282f53f07c383bd20)
> Pretty sure this is caused by commit [1698725](https://github.com/folke/noice.nvim/commit/1698725a663aca56bcd07a0e405bc441a5f6613b). I’ve read and tried to fix it (#937 ), but I’m not sure if it works for others.
没有安装 `vcpkg ` 参考 [vcpkg](https://github.com/microsoft/vcpkg) ``` > git clone https://github.com/microsoft/vcpkg > .\vcpkg\bootstrap-vcpkg.bat ``` 需要手动设置 `VCPKG_ROOT` 到环境变量 如果有链接错误(fatal error LNK1104: ....),参考 #33