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

7 lines
109 B
Lua
Raw Normal View History

return {
2024-10-08 17:03:10 -03:00
"ngtuonghy/live-server-nvim",
event = "VeryLazy",
build = ":LiveServerInstall",
opts = {}
}