Skip to content

Commit

Permalink
fix(portal-nvim): lazy load on cmd (#469)
Browse files Browse the repository at this point in the history
  • Loading branch information
Subjective authored Jul 21, 2023
1 parent ae0c6b6 commit ca6991a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/astrocommunity/motion/portal-nvim/init.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
return {
"cbochs/portal.nvim",
cmd = "Portal",
opts = {},
keys = {
{ "<leader>o", "<cmd>Portal jumplist backward<cr>", desc = "Portal Jump backward" },
Expand Down

0 comments on commit ca6991a

Please sign in to comment.