We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
config.apply
1 parent cf86cc4 commit b35e48cCopy full SHA for b35e48c
lua/leetcode.lua
@@ -40,7 +40,7 @@ function leetcode.start(on_vimenter)
40
vim.api.nvim_set_current_dir(config.storage.home:absolute())
41
42
leetcode.setup_cmds()
43
- config.load_plugins()
+ -- config.load_plugins()
44
45
local utils = require("leetcode.utils")
46
utils.exec_hooks("LeetEnter")
lua/leetcode/config/init.lua
@@ -56,6 +56,8 @@ function config.apply(cfg)
56
57
config.storage.cache = P:new(config.user.storage.cache) ---@diagnostic disable-line
58
config.storage.cache:mkdir()
59
+
60
+ config.load_plugins()
61
end
62
63
function config.validate()
0 commit comments