ts和js使用deno来格式化

This commit is contained in:
caprain 2026-04-16 21:33:18 +08:00
parent bd07b6ef70
commit b7c38200f4
4 changed files with 37 additions and 14 deletions

View file

@ -13,9 +13,9 @@ vim.api.nvim_create_user_command("PeekOpen", function()
PackUtils.load(P, function()
require("peek").setup({
port = 9000,
app = { "zen", "-private-window" },
-- app = { "zen", "-private-window" },
-- app = { "firefox-esr", "-private-window" },
-- app = { "google-chrome-stable", "--app=http://localhost:9000/?theme=dark", "--incognito" },
app = { "chromium", "--app=http://localhost:9000/?theme=dark", "--incognito" },
})
end)
require("peek").open()