You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
plugin_path=/path/to/MyAwesomePlugin make generate
57
+
```
58
+
59
+
Then, build the plugin.
60
+
```bash
61
+
cd /path/to/MyAwesomePlugin
62
+
make
63
+
```
64
+
65
+
Last, setup the plugin ( VimPlug, Pathogen, etc ).
66
+
67
67
## Design Goals
68
68
69
69
Portable, fast, and simple to use.
@@ -81,8 +81,3 @@ The source tree contains a very basic example and test case.
81
81
82
82
[SwiftPackageManger.vim](https://github.com/swift-vim/SwiftPackageManager.vim) is the canonical use case and uses [VimAsync](#VimAsync) to run a custom RPC service inside of vim.
0 commit comments