nvim/lua/custom/plugins/live-server.lua

7 lines
109 B
Lua

return {
"ngtuonghy/live-server-nvim",
event = "VeryLazy",
build = ":LiveServerInstall",
opts = {}
}