feat nvim: add hot-reload

This commit is contained in:
Yuan Chiu 2025-05-31 12:49:06 +08:00
parent 646be7e301
commit bb8baf3191
Signed by: yuan
GPG Key ID: 50FBE4156404B98D

View File

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