Skip to content

Commit

Permalink
fix(#14): fix snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
quantumfate committed Aug 22, 2023
1 parent be9639c commit d87b3f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/qvim/core/manager.lua
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function manager:init(opts)
lazy_install_dir,
})
local default_snapshot_path =
join_paths(get_qvim_state_dir(), "snapshots", "default.json")
join_paths(get_qvim_rtp_dir(), "snapshots", "default.json")
local snapshot = assert(
vim.fn.json_decode(vim.fn.readfile(default_snapshot_path))
)
Expand Down

0 comments on commit d87b3f1

Please sign in to comment.