kickstart.nvim/lua/custom/plugins/live_server.lua

9 lines
154 B
Lua

return {
{
'barrett-ruth/live-server.nvim',
build = 'pnpm add -g live-server',
cmd = { 'LiveServerStart', 'LiveServerStop' },
config = true
}
}