维姆尔
v0.49.0-20241006.202133
下载 • 文档
VimR 是用 Swift 编写的适用于 macOS 的 Neovim GUI。
我们的目标是构建一个内部使用 Neovim 的编辑器,并具有一些类似于现代编辑器中的便捷 GUI 功能。
还有其他适用于 macOS 的 Neovim GUI,请参阅列表,那么为什么呢?
如果你觉得健谈,这里有一个聊天室:https://matrix.to/#/#vimr:matrix.org
如果您想在经济上支持 VimR,请使用 Github 的赞助商。
预构建的通用签名和公证的二进制文件可以在版本下找到。
runtime
文件。克隆这个存储库。安装homebrew
,然后在项目根目录中:
git submodule update --init
xcode-select --install # install the Xcode command line tools, if you haven't already
brew bundle # install dependencies, e.g., build tools for Neovim
clean=true notarize=false ./bin/build_vimr.sh
# VimR.app will be placed in ./build/Build/Products/Release/
请参阅 DEVELOP.md。
麻省理工学院