当前位置: 首页 > 工具软件 > XVim > 使用案例 >

xcode中的vim插件xvim安装

井逸明
2023-12-01

XVvim: https://github.com/XVimProject/XVim


首先下载到本地。安装了git的可以这样:

git clone https://github.com/XVimProject/XVim

然后看一下,有没有设置xcode的路径

 xcode-select -p
/Applications/Xcode.app/Contents/Developer

如果没有的话,用

xcode-select -s

设置一下路径。

然后打开路径,make

cd XVim/
make

重启xcode,enjoy it :) 

 类似资料: