mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
update
This commit is contained in:
parent
3a4d230067
commit
63269c9e12
5 changed files with 118 additions and 113 deletions
|
@ -214,7 +214,12 @@ return {
|
|||
end,
|
||||
},
|
||||
-- for live server html,css,js
|
||||
{ "manzeloth/live-server", cmd = { "LiveServer" }, event = "BufRead" },
|
||||
{
|
||||
"manzeloth/live-server",
|
||||
cmd = { "LiveServer" },
|
||||
event = "BufRead",
|
||||
build = "npm install -g live-server",
|
||||
},
|
||||
-- for multi cursor select
|
||||
{ "mg979/vim-visual-multi", event = "BufRead" },
|
||||
-- for auto close tag
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue