Skip to content

Commit

Permalink
fix(#14): rtp
Browse files Browse the repository at this point in the history
  • Loading branch information
quantumfate committed Aug 22, 2023
1 parent d87b3f1 commit d87d015
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 @@ -9,7 +9,7 @@ local plugins_dir = get_qvim_pack_dir()

local function ensure_plugins_in_rtp(lazy_install_dir)
local rtp = vim.opt.rtp:get()
local base_dir = get_qvim_data_dir():gsub("\\", "/")
local base_dir = get_lazy_rtp_dir():gsub("\\", "/")
local idx_base = #rtp + 1
for i, path in ipairs(rtp) do
path = path:gsub("\\", "/")
Expand Down

0 comments on commit d87d015

Please sign in to comment.