Skip to content

Commit

Permalink
debug pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
quantumfate committed Aug 22, 2023
1 parent 29c2206 commit 87872a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/qvim/bootstrap.lua
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@ end
function M:setup()
local manager = require("qvim.core.manager")
manager:load()
print("post manager load")
print(vim.inspect(vim.opt.rtp:get()))
require("qvim.core.plugins.mason").bootstrap()
end

Expand Down

0 comments on commit 87872a9

Please sign in to comment.