1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-10-27 18:34:58 +03:00

Update README.md

This commit is contained in:
Tae Won Ha 2016-10-10 21:50:55 +02:00 committed by GitHub
parent 96b7aca50b
commit 95a14d2564

View File

@ -28,9 +28,7 @@ There are other working NeoVim GUIs for OS X, e.g. [NyaoVim](https://github.com/
### SwiftNeoVim
[SwiftNeoVim](https://github.com/qvacua/vimr/tree/master/SwiftNeoVim) is VimR's Cocoa Framework which bundles everything, e.g. NeoVim's `runtime`-files, needed to embed NeoVim in a Cocoa App. It is really easy to embed NeoVim in your own App: Just add an instance of `NeoVimView` somewhere in your App and that's it! 😎 (You can treat it as any other `NSView`-subclasses)
TBD: More details.
[SwiftNeoVim](https://github.com/qvacua/vimr/tree/master/SwiftNeoVim) is VimR's Cocoa Framework which bundles everything, e.g. NeoVim's `runtime`-files, needed to embed NeoVim in a Cocoa App. See [the wiki page](https://github.com/qvacua/vimr/wiki/SwiftNeoVim-Framework) for more details.
---