mirror of
https://github.com/qvacua/vimr.git
synced 2024-11-23 19:21:53 +03:00
Add instruction how to generate sources
This commit is contained in:
parent
b6306f5bc9
commit
a26573127f
@ -8,6 +8,13 @@ clean=false for_dev=true ./bin/build_nvimserver.sh
|
||||
|
||||
You can set `clean=true` if you want to clean the existing build.
|
||||
|
||||
### Generating sources when upgrading Neovim
|
||||
|
||||
```bash
|
||||
clean=true ./RxPack/bin/generate_sources.sh # generate API methods
|
||||
clean=false for_dev=true ./bin/build_nvimserver.sh # generate auto commands and cursor modes
|
||||
```
|
||||
|
||||
### How to enable the Debug menu in Release build
|
||||
|
||||
```bash
|
||||
|
Loading…
Reference in New Issue
Block a user