Skip to content

Commit

Permalink
chore: disable git remote checking
Browse files Browse the repository at this point in the history
  • Loading branch information
olimorris committed Jan 1, 2024
1 parent 524ae77 commit b22c919
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .config/nvim/lua/config/autocmds.lua
Original file line number Diff line number Diff line change
Expand Up @@ -128,18 +128,18 @@ return {
pattern = { "*" },
},
},
{
{ "VimEnter" },
function()
local timer = vim.loop.new_timer()
timer:start(0, 120000, function()
om.GitRemoteSync()
end)
end,
opts = {
pattern = { "*" },
},
},
-- {
-- { "VimEnter" },
-- function()
-- local timer = vim.loop.new_timer()
-- timer:start(0, 120000, function()
-- om.GitRemoteSync()
-- end)
-- end,
-- opts = {
-- pattern = { "*" },
-- },
-- },
},
{
name = "FiletypeOptions",
Expand Down

0 comments on commit b22c919

Please sign in to comment.