mirror of
https://github.com/neovim/neovim.git
synced 2026-07-15 22:00:40 +00:00
refactor(treesitter): delegate region calculation to treesitter (#22576)
This commit is contained in:
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
@@ -376,13 +376,13 @@ jobs:
|
||||
libluajit-5.1-dev \
|
||||
libmsgpack-dev \
|
||||
libtermkey-dev \
|
||||
libtree-sitter-dev \
|
||||
libunibilium-dev \
|
||||
libuv1-dev \
|
||||
lua-filesystem \
|
||||
lua-lpeg \
|
||||
lua-mpack \
|
||||
luajit
|
||||
# libtree-sitter-dev \
|
||||
# libvterm-dev \
|
||||
# lua-luv-dev
|
||||
|
||||
@@ -397,7 +397,10 @@ jobs:
|
||||
# dependencies don't have the required version available. We use the
|
||||
# bundled versions for these with the hopes of being able to remove them
|
||||
# later on.
|
||||
cmake -S cmake.deps -B .deps -G Ninja -D USE_BUNDLED=OFF -D USE_BUNDLED_LUV=ON -D USE_BUNDLED_LIBVTERM=ON
|
||||
cmake -S cmake.deps -B .deps -G Ninja -D USE_BUNDLED=OFF \
|
||||
-D USE_BUNDLED_LUV=ON \
|
||||
-D USE_BUNDLED_LIBVTERM=ON \
|
||||
-D USE_BUNDLED_TS=ON
|
||||
cmake --build .deps
|
||||
|
||||
- name: Build
|
||||
|
||||
Reference in New Issue
Block a user