Skip to content

Commit d87b3f1

Browse files
committed
fix(#14): fix snapshot
1 parent be9639c commit d87b3f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/qvim/core/manager.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ function manager:init(opts)
5454
lazy_install_dir,
5555
})
5656
local default_snapshot_path =
57-
join_paths(get_qvim_state_dir(), "snapshots", "default.json")
57+
join_paths(get_qvim_rtp_dir(), "snapshots", "default.json")
5858
local snapshot = assert(
5959
vim.fn.json_decode(vim.fn.readfile(default_snapshot_path))
6060
)

0 commit comments

Comments
 (0)