10 lines
270 B
Lua
10 lines
270 B
Lua
return {
|
|
"aurum77/live-server.nvim",
|
|
build = function()
|
|
require("live_server.util").install()
|
|
end,
|
|
cmd = { "LiveServer", "LiveServerStart", "LiveServerStop" },
|
|
keys = {
|
|
{ "<leader>cV", ft = "html", "<cmd>LiveServer<CR>", desc = "Live Server" },
|
|
},
|
|
}
|