feat nvim: add hot-reload

This commit is contained in:
2025-05-31 12:49:06 +08:00
parent 646be7e301
commit bb8baf3191

View File

@@ -0,0 +1,8 @@
return {
{
"Zeioth/hot-reload.nvim",
dependencies = "nvim-lua/plenary.nvim",
event = "BufEnter",
opts = {}
}
}