1
1
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:
Tae Won Ha 2023-12-17 20:26:29 +01:00
parent b6306f5bc9
commit a26573127f
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -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