Skip to content

Commit

Permalink
fix(config): fix luajit version detection
Browse files Browse the repository at this point in the history
  • Loading branch information
pysan3 authored and vhyrro committed Nov 21, 2023
1 parent 3f4b279 commit 237abac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/neorg/core/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ local function neovim_version()
end

if not key then
key, value = line:match("(LUAJIT)%s+(.+)")
key, value = line:match("(LuaJIT)%s+(.+)")
end

if key then
Expand Down

0 comments on commit 237abac

Please sign in to comment.