mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
fix(cache): ad jit.verion to cache version string. Fixes #225
This commit is contained in:
parent
95b9cf743c
commit
e3ffcff7cc
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ local uv = vim.loop
|
|||
|
||||
local M = {}
|
||||
M.dirty = false
|
||||
M.VERSION = "1"
|
||||
M.VERSION = "1" .. jit.version
|
||||
|
||||
---@class LazyCacheConfig
|
||||
M.config = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue