Skip to content

Commit 5f74d5f

Browse files
committed
fix(sniprun): add missing keys for lazy loading
1 parent 4f94d6f commit 5f74d5f

File tree

1 file changed

+9
-0
lines changed
  • lua/astrocommunity/code-runner/sniprun

1 file changed

+9
-0
lines changed

lua/astrocommunity/code-runner/sniprun/init.lua

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
return {
22
"michaelb/sniprun",
3+
keys = {
4+
{ "<Plug>SnipRun", mode = { "n", "v" } },
5+
"<Plug>SnipRunOperator",
6+
"<Plug>SnipInfo",
7+
"<Plug>SnipReset",
8+
"<Plug>SnipReplMemoryClean",
9+
"<Plug>SnipClose",
10+
"<Plug>SnipLive",
11+
},
312
opts = {},
413
build = "bash ./install.sh 1",
514
cmd = "SnipRun",

0 commit comments

Comments
 (0)