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