关于nvim插件telescope-fzf-native在windows下未构建的问题解决
-
首先进入文件夹(没有就自己创建注意文件夹名就是telescope-fzf-native.nvim)
C:\Users\...\AppData\Local\nvim-data\site\pack\packer\start\telescope-fzf-native.nvim
-
进入此路径的powershell或者cmd命令行,执行以下拉取
git clone https://github.com/nvim-telescope/telescope-fzf-native.nvim.git
- 然后执行cmake
cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release && cmake --build build --config Release && cmake --install build --prefix build
- 然后就会生成build文件即可。
完成: