MyGit

qvacua/vimr

Fork: 229 Star: 6940 (更新于 2026-04-14 11:13:37)

license: MIT

Language: Swift .

VimR — Neovim GUI for macOS in Swift

最后发布版本: v0.62.0-20260408.124559 ( 2026-04-08 18:50:07)

官方网址 GitHub网址

VimR — Neovim GUI for macOS

DownloadDocumentation

Screenshot 1 Screenshot 2

About

VimR is a Neovim GUI for macOS written in Swift.

The goal is to build an editor that uses Neovim inside with some of the convenient GUI features similar to those present in other editors.

There are other Neovim GUIs for macOS, see the list, so why VimR?

  • Play around with Neovim,
  • Play around with the main idea of Redux architecture, and
  • (most importantly) have fun!

If you feel chatty, there is a chat room: https://matrix.to/#/#vimr:matrix.org

If you want to support VimR financially, use Github's Sponsor.

Download

Pre-built Universal signed and notarized binaries can be found under Releases.

Requirements

  • macOS 13.0 or later
  • Development: Xcode 26

Reusable Components

VimR is built with a modular architecture. The following Swift packages can be used independently:

  • NvimView: SwiftPM module containing an NSView which bundles everything needed to embed Neovim in a Cocoa app, including the Neovim binary and runtime files.
  • NvimApi: Synchronous and asynchronous API for Neovim.
  • Commons: Common utilities and helpers used across the project.
  • Tabs: Tab bar component.
  • Workspace: Workspace management component.
  • Ignore: Gitignore-style pattern matching using wildmatch.

Features

  • Markdown preview
  • Generic HTML preview (retains the scroll position when reloading)
  • Fuzzy file finder a la Xcode's "Open Quickly..."
  • Trackpad support: Pinching for zooming and two-finger scrolling.
  • Ligatures: Turned off by default. Turn it on in the Preferences.
  • Command line tool.
  • (Simple) File browser
  • Flexible workspace model a la JetBrain's IDEs

How to Build

Clone this repository. Install homebrew, then in the project root:

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 trust_plugins=true ./bin/build_vimr.sh
  • trust_plugins=true: Skips the interactive package plugin validation (SwiftLint), allowing the build to proceed in a non-interactive shell.
  • notarize=false: Skips the Apple notarization process and performs an ad-hoc signature instead.

The built application will be located at ./build/Build/Products/Release/VimR.app.

For convenience, you can use the helper script to build and overwrite the application in /Applications:

./bin/build_and_install_local_release.sh

Development

See DEVELOP.md.

License

MIT

最近版本更新:(数据更新于 2026-04-14 11:13:12)

2026-04-08 18:50:07 v0.62.0-20260408.124559

2026-04-08 13:01:26 neovim-v0.12.1-20260408.063027

2026-04-03 02:27:14 v0.61.1-20260402.202245

2026-04-01 23:52:34 v0.61.0-20260401.174810

2026-03-31 00:03:34 neovim-v0.12.0-20260330.174235

2026-01-30 01:58:29 v0.60.0-20260129.185351

2026-01-30 01:50:44 neovim-v0.11.6-20260129.182851

2025-12-22 14:56:58 v0.59.3-20251222.155246

2025-12-02 03:12:12 v0.59.2-20251201.200738

2025-11-28 02:07:21 v0.59.1-20251127.190300

主题(topics):

neovim swift macos vim objective-c cocoa neovim-guis neovim-clients neovim-experience

qvacua/vimr同语言 Swift最近更新仓库

2026-04-16 23:18:31 Lessica/TrollFools

2026-04-15 13:06:25 JerryZLiu/Dayflow

2026-04-14 19:11:21 apple/swift-metrics

2026-04-14 16:39:44 Automattic/pocket-casts-ios

2026-04-14 00:07:57 Ranchero-Software/NetNewsWire

2026-04-13 22:23:56 tuist/tuist