From 6aea83e5fad12d128aecef11dfa55c296cd92b81 Mon Sep 17 00:00:00 2001 From: Corey Williamson Date: Fri, 7 Jan 2022 18:24:24 -0600 Subject: [PATCH] neovim: update README to mention `$NVIM_BIN` --- types/neovim/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/neovim/README.md b/types/neovim/README.md index f813ce7..b917a32 100644 --- a/types/neovim/README.md +++ b/types/neovim/README.md @@ -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