mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 00:49:01 +02:00
enc: update config live server
This commit is contained in:
parent
f7dc5afb5b
commit
9b20297edc
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
return {
|
||||
"barrett-ruth/live-server.nvim",
|
||||
build = "npm i -g live-server",
|
||||
cmd = { "LiveServerStart", "LiveServerStop" },
|
||||
cmd = { "LiveServerStart", "LiveServerStop", "LiveServerToggle" },
|
||||
config = true,
|
||||
keys = {
|
||||
{ "<leader>rl", "", desc = " LiveServer" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue