mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 08:35:48 +02:00
update
This commit is contained in:
parent
2ba6e3c093
commit
084e121fc9
3 changed files with 18 additions and 19 deletions
|
@ -120,19 +120,19 @@ return {
|
|||
-- require("telescope").load_extension("laravel")
|
||||
-- end,
|
||||
-- },
|
||||
--
|
||||
{
|
||||
"barrett-ruth/live-server.nvim",
|
||||
build = "yarn global add live-server",
|
||||
config = true,
|
||||
init = function()
|
||||
require("live-server").setup({
|
||||
-- Arguments passed to live-server via `vim.fn.jobstart()`
|
||||
-- Run `live-server --help` to see list of available options
|
||||
-- For example, to use port 7000 and browser firefox:
|
||||
args = { "--port=7000", "--browser=firefox" },
|
||||
--args = {},
|
||||
})
|
||||
end,
|
||||
},
|
||||
-- --
|
||||
-- {
|
||||
-- "barrett-ruth/live-server.nvim",
|
||||
-- build = "yarn global add live-server",
|
||||
-- config = true,
|
||||
-- init = function()
|
||||
-- require("live-server").setup({
|
||||
-- -- Arguments passed to live-server via `vim.fn.jobstart()`
|
||||
-- -- Run `live-server --help` to see list of available options
|
||||
-- -- For example, to use port 7000 and browser firefox:
|
||||
-- args = { "--port=7000", "--browser=firefox" },
|
||||
-- --args = {},
|
||||
-- })
|
||||
-- end,
|
||||
-- },
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue