This commit is contained in:
asep komarudin 2023-09-05 18:09:31 +07:00
parent 2ba6e3c093
commit 084e121fc9
3 changed files with 18 additions and 19 deletions

View file

@ -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,
-- },
}