E5113: Error while calling lua chunk #384
Answered
by
Julian
icarosadero
asked this question in
Q&A
-
I am new to Nvim and Lean. I installed the plugin as a file in return {
{
'Julian/lean.nvim',
event = { 'BufReadPre *.lean', 'BufNewFile *.lean' },
dependencies = {
'neovim/nvim-lspconfig',
'nvim-lua/plenary.nvim',
'hrsh7th/nvim-cmp',
-- optional dependencies:
-- a completion engine
-- hrsh7th/nvim-cmp or Saghen/blink.cmp are popular choices
'nvim-telescope/telescope.nvim', -- for 2 Lean-specific pickers
'andymass/vim-matchup', -- for enhanced % motion behavior
'andrewradev/switch.vim', -- for switch support
'tomtom/tcomment_vim', -- for commenting
},
---@type lean.Config
opts = { -- see below for full configuration options
mappings = true,
}
}
} Now, when I try to open a .lean file, I get this error:
I don't know how to fix this |
Beta Was this translation helpful? Give feedback.
Answered by
Julian
Mar 28, 2025
Replies: 1 comment 2 replies
-
That would sound like your version of Neovim is very old. What does |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
icarosadero
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That would sound like your version of Neovim is very old. What does
nvim --version
say? You need at least 0.10.