Skip to content

Commit

Permalink
fix(peek-nvim): Swap remote of peek-nvim to fork (#602)
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzaaft authored Oct 8, 2023
1 parent db19103 commit a63d983
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 {
"toppair/peek.nvim",
"saimo/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 a63d983

Please sign in to comment.