Remove requires_generate_from_grammar for ledger

This commit is contained in:
Stephan Seitz 2021-04-01 20:32:49 +02:00 committed by Stephan Seitz
parent 25ee877b62
commit b9470e30b9
3 changed files with 2 additions and 3 deletions

View file

@ -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