We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be9639c commit d87b3f1Copy full SHA for d87b3f1
lua/qvim/core/manager.lua
@@ -54,7 +54,7 @@ function manager:init(opts)
54
lazy_install_dir,
55
})
56
local default_snapshot_path =
57
- join_paths(get_qvim_state_dir(), "snapshots", "default.json")
+ join_paths(get_qvim_rtp_dir(), "snapshots", "default.json")
58
local snapshot = assert(
59
vim.fn.json_decode(vim.fn.readfile(default_snapshot_path))
60
)
0 commit comments