Skip to content

Commit dd3bf08

Browse files
authored
docs: drop mention of lua-dev-deps
followup to #51
1 parent 11278da commit dd3bf08

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ CI build.
1313
- Used by the [unstable PPA](https://launchpad.net/~neovim-ppa/+archive/ubuntu/unstable). PPA builds aren't allowed network access, so a pre-build step fetches this repo to use as input to the build to ensure we have the latest dependencies.
1414
- `opt/`
1515
- Manually-managed dependencies (not auto-updated because the origin is unreliable).
16-
- `lua-dev-deps` is a combination of *only* the share files of `busted` and
17-
`luacheck`. The used versions are specified in the Makefile.
1816

1917
## Bumping dependency versions
2018
The Makefile automatically performs the necessary steps to download and package
@@ -23,6 +21,5 @@ and just `make` to package all of them.
2321

2422
## Dependency-specific information
2523
### Lpeg
26-
We've vendored
27-
[re.lua](https://github.com/neovim/neovim/blob/master/runtime/lua/vim/re.lua).
28-
Remember to update it in the neovim repository when bumping the lpeg version.
24+
We vendored [re.lua](https://github.com/neovim/neovim/blob/master/runtime/lua/vim/re.lua);
25+
remember to update it in the neovim repository when bumping the lpeg version.

0 commit comments

Comments
 (0)