增删一些插件

This commit is contained in:
captain 2026-02-27 19:13:55 +08:00
parent e4487aa27f
commit 996cfc643b
9 changed files with 145 additions and 46 deletions

View file

@ -5,7 +5,8 @@ return {
config = function()
require("peek").setup({
port = 9000,
app = { "firefox-esr", "-private-window" },
app = { "zen", "-private-window" },
-- app = { "firefox-esr", "-private-window" },
-- app = { "google-chrome-stable", "--app=http://localhost:9000/?theme=dark", "--incognito" },
})
vim.api.nvim_create_user_command("PeekOpen", require("peek").open, {})