Skip to content

Commit

Permalink
Add instruction how to generate sources
Browse files Browse the repository at this point in the history
  • Loading branch information
qvacua committed Dec 17, 2023
1 parent b6306f5 commit a265731
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions DEVELOP.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a265731

Please sign in to comment.