維姆爾
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。
麻省理工學院