Skip to content

Commit

Permalink
fix(peek-nvim): Swap peek.nvim branch to point to origin instead of f…
Browse files Browse the repository at this point in the history
…ork (#637)
  • Loading branch information
Uzaaft authored Nov 11, 2023
1 parent 48d4417 commit 6fb9aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/astrocommunity/markdown-and-latex/peek-nvim/init.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
return {
"saimo/peek.nvim",
"toppair/peek.nvim",
build = "deno task --quiet build:fast",
config = function()
vim.api.nvim_create_user_command("PeekOpen", require("peek").open, {})
Expand Down

0 comments on commit 6fb9aaf

Please sign in to comment.