feat nvim: add hot-reload
This commit is contained in:
parent
646be7e301
commit
bb8baf3191
@ -0,0 +1,8 @@
|
|||||||
|
return {
|
||||||
|
{
|
||||||
|
"Zeioth/hot-reload.nvim",
|
||||||
|
dependencies = "nvim-lua/plenary.nvim",
|
||||||
|
event = "BufEnter",
|
||||||
|
opts = {}
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user