add live server
This commit is contained in:
parent
83fd2df20b
commit
63f64af2af
3 changed files with 18 additions and 1 deletions
8
lua/custom/plugins/live_server.lua
Normal file
8
lua/custom/plugins/live_server.lua
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
return {
|
||||
{
|
||||
'barrett-ruth/live-server.nvim',
|
||||
build = 'pnpm add -g live-server',
|
||||
cmd = { 'LiveServerStart', 'LiveServerStop' },
|
||||
config = true
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue