mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-08-08 03:44:52 +02:00
enc: update config live server
This commit is contained in:
parent
9b20297edc
commit
f9e08dd537
1 changed files with 1 additions and 3 deletions
|
@ -4,8 +4,6 @@ return {
|
||||||
cmd = { "LiveServerStart", "LiveServerStop", "LiveServerToggle" },
|
cmd = { "LiveServerStart", "LiveServerStop", "LiveServerToggle" },
|
||||||
config = true,
|
config = true,
|
||||||
keys = {
|
keys = {
|
||||||
{ "<leader>rl", "", desc = " LiveServer" },
|
{ "<leader>rl", "<cmd>LiveServerToggle<cr>", desc = "LiveServer" },
|
||||||
{ "<leader>rls", "<cmd>LiveServerStart<cr>", desc = "LiveServerStart" },
|
|
||||||
{ "<leader>rlq", "<cmd>LiveServerStop<cr>", desc = "LiveServerStop" },
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue