Skip to content

Commit

Permalink
neovim: update README to mention $NVIM_BIN
Browse files Browse the repository at this point in the history
  • Loading branch information
euclidianAce committed Jan 8, 2022
1 parent 5091ff4 commit 6aea83e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/neovim/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The `vim.d.tl` file is autogenerated by the `autogen` shell script that does the

So to add types, rather than directly modifying `vim.d.tl` modify `template` which will be used to generate `vim.d.tl`

Ideally, the version you generate the types for should be the latest stable version. The cool kids that run the latest dev branch can handle generating their own types :)
Ideally, the version you generate the types for should be the latest stable version. The cool kids that run the latest dev branch can handle generating their own types :). (You can ensure this by using the environment variable `$NVIM_BIN` for the autogen script)

## Some notes

Expand Down

0 comments on commit 6aea83e

Please sign in to comment.