From 74ce793a60759e3db0d265174f137fb627430355 Mon Sep 17 00:00:00 2001 From: Simon Hauser Date: Wed, 11 Oct 2023 12:29:23 +0200 Subject: [PATCH] doc(readme): add luajit requirement (#2738) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e0dda57..c700ef9 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,8 @@ This section should guide you to run your first builtin pickers. [Neovim (v0.9.0)](https://github.com/neovim/neovim/releases/tag/v0.9.0) or the latest neovim nightly commit is required for `telescope.nvim` to work. +The neovim version also needs to be compiled with LuaJIT, we currently do not +support Lua5.1 because of some ongoing issues. ### Required dependencies