Skip to content

Commit

Permalink
test(ci): testing stylua ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
pwnwriter committed Jan 3, 2024
1 parent 2bbcfe4 commit a9d53ac
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions lua/plugins/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -172,14 +172,14 @@ local plugins = {
callback = function()
vim.fn.jobstart({ "git", "-C", vim.loop.cwd(), "rev-parse" }, {
on_exit = function(_, return_code)
if return_code == 0 then
vim.api.nvim_del_augroup_by_name "GitSignsLazyLoad"
vim.schedule(function()
require("lazy").load { plugins = { "gitsigns" } }
end)
end
end,
})
if return_code == 0 then
vim.api.nvim_del_augroup_by_name "GitSignsLazyLoad"
vim.schedule(function()
require("lazy").load { plugins = { "gitsigns" } }
end)
end
end,
})
end,
})
end,
Expand All @@ -196,7 +196,7 @@ local plugins = {
event = "VeryLazy",
dir = conf_path,
config = function()
vim.schedule(function()
vim.schedule(function()
require("core.opts").final()
require("core.mappings").general()
require("core.mappings").misc()
Expand Down

0 comments on commit a9d53ac

Please sign in to comment.