nvim/lua/custom/plugins/live_server.lua
2024-11-28 11:06:04 -03:00

7 lines
109 B
Lua

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