mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-04 20:40:02 -04:00
Remove requires_generate_from_grammar for ledger
This commit is contained in:
parent
25ee877b62
commit
b9470e30b9
3 changed files with 2 additions and 3 deletions
|
|
@ -170,7 +170,7 @@ local function run_install(cache_folder, install_folder, lang, repo, with_sync,
|
|||
return
|
||||
end
|
||||
if generate_from_grammar and vim.fn.executable('node') ~= 1 then
|
||||
api.nvim_err_writeln('node JS not found: `node` is not executable!')
|
||||
api.nvim_err_writeln('Node JS not found: `node` is not executable!')
|
||||
end
|
||||
local cc = shell.select_executable(M.compilers)
|
||||
if not cc then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue