mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
feat: util.info
This commit is contained in:
parent
72889623af
commit
e59dc377d5
2 changed files with 7 additions and 1 deletions
|
@ -44,7 +44,7 @@ function M.setup(opts)
|
|||
-- Module.add_module(Config.options.package_path .. "/opt/nvim-cmp/lua")
|
||||
-- Module.add_module(Config.options.package_path .. "/opt/cmp-buffer/lua")
|
||||
vim.schedule(function()
|
||||
vim.notify("Reloading")
|
||||
Util.info("Reloading...")
|
||||
end)
|
||||
Util.track("normalize")
|
||||
Plugin.normalize(require(Config.options.plugins))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue