Skip to content

Commit

Permalink
chore(peek.nvim): add 'peek.nvim' to user plugins list (#601)
Browse files Browse the repository at this point in the history
  • Loading branch information
linrongbin16 committed Aug 24, 2024
1 parent 1926a58 commit 6e62ff2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lua/configs/toppair/peek-nvim/config.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
require("peek").setup({
theme = "light",
app = "browser",
})

vim.api.nvim_create_user_command("PeekOpen", require("peek").open, {})
vim.api.nvim_create_user_command("PeekClose", require("peek").close, {})
6 changes: 6 additions & 0 deletions lua/plugins/users_sample.lua
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,12 @@
-- keys = lua_keys("wallpants/github-preview.nvim"),
-- config = lua_config("wallpants/github-preview.nvim"),
-- },
-- {
-- "toppair/peek.nvim",
-- build = "deno task --quiet build:fast",
-- config = lua_config("toppair/peek.nvim"),
-- -- keys = lua_keys("toppair/peek.nvim"),
-- },
-- -- Vim/Neovim api version helper
-- {
-- "tweekmonster/helpful.vim",
Expand Down

0 comments on commit 6e62ff2

Please sign in to comment.