diff options
| -rw-r--r-- | lua/nvim-treesitter/install.lua | 5 | ||||
| -rw-r--r-- | scripts/ci-install-macos-latest.sh | 1 |
2 files changed, 0 insertions, 6 deletions
diff --git a/lua/nvim-treesitter/install.lua b/lua/nvim-treesitter/install.lua index 58b50bff..22e34b76 100644 --- a/lua/nvim-treesitter/install.lua +++ b/lua/nvim-treesitter/install.lua @@ -154,11 +154,6 @@ local function run_install(cache_folder, install_folder, lang, repo, with_sync, end local parser_lib_name = install_folder..path_sep..lang..".so" - if repo.requires_generate_from_grammar and vim.env.CI then - print("Skipping language "..lang.." on CI (requires npm)!") - return - end - generate_from_grammar = repo.requires_generate_from_grammar or generate_from_grammar if generate_from_grammar and vim.fn.executable('tree-sitter') ~= 1 then diff --git a/scripts/ci-install-macos-latest.sh b/scripts/ci-install-macos-latest.sh index a952dc57..10a9d9bb 100644 --- a/scripts/ci-install-macos-latest.sh +++ b/scripts/ci-install-macos-latest.sh @@ -1,7 +1,6 @@ brew update brew install llvm --HEAD brew install neovim --HEAD -brew install tree-sitter mkdir -p ~/.local/share/nvim/site/pack/nvim-treesitter/start ln -s $(pwd) ~/.local/share/nvim/site/pack/nvim-treesitter/start |
