mirror of
https://github.com/cap153/nvim.git
synced 2026-05-11 00:56:15 +08:00
ts和js使用deno来格式化
This commit is contained in:
parent
bd07b6ef70
commit
b7c38200f4
4 changed files with 37 additions and 14 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue