This commit is contained in:
juan 2023-05-11 20:43:31 +08:00
parent 0d7bcd581d
commit 448c00ee1d
Signed by: juan
GPG Key ID: 5C1E5093C74F1DC7
1 changed files with 1 additions and 4 deletions

View File

@ -54,7 +54,7 @@ return require("packer").startup(function(use)
end, end,
}, },
}, },
event = "BufEnter", event = "UIEnter",
run = ":TSUpdate", run = ":TSUpdate",
}) })
@ -214,8 +214,5 @@ return require("packer").startup(function(use)
-- integrations -- integrations
use({ "tpope/vim-fugitive", cmd = "G" }) use({ "tpope/vim-fugitive", cmd = "G" })
-- fixes and misc. stuff
use({ "antoinemadec/FixCursorHold.nvim", event = "UIEnter" })
end) end)
-- vim:set shiftwidth=4 tabstop=4: -- vim:set shiftwidth=4 tabstop=4: