Skip to content

Commit

Permalink
✨ Marp
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrkl committed Dec 29, 2024
1 parent 1b6e843 commit 185f640
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lua/fredrkl/plugins/marp.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
return {
"mpas/marp-nvim",
config = function()
require("marp").setup({
port = 8080,
wait_for_response_timeout = 30,
wait_for_response_delay = 1,
})
end,
}

0 comments on commit 185f640

Please sign in to comment.