summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fnl/plugins/surround.fnl4
-rw-r--r--lazy-lock.json2
2 files changed, 3 insertions, 3 deletions
diff --git a/fnl/plugins/surround.fnl b/fnl/plugins/surround.fnl
index 2942bdb..7b8b684 100644
--- a/fnl/plugins/surround.fnl
+++ b/fnl/plugins/surround.fnl
@@ -6,7 +6,7 @@
:normal_cur :yss
:normal_line :yS
:normal_cur_line :ySS
- :visual :gS
+ :visual :mS
:visual_line :gS
:delete :ds
:change :cs
@@ -16,4 +16,4 @@
(let [surround (require :nvim-surround)]
(surround.setup {: keymaps})))
-{1 :kylechui/nvim-surround :event :VeryLazy : config}
+{1 :kylechui/nvim-surround :version :^3.0.0 :event :VeryLazy : config}
diff --git a/lazy-lock.json b/lazy-lock.json
index e7bc804..d745ad2 100644
--- a/lazy-lock.json
+++ b/lazy-lock.json
@@ -52,7 +52,7 @@
"trouble.nvim": { "branch": "main", "commit": "bd67efe408d4816e25e8491cc5ad4088e708a69a" },
"ts-comments.nvim": { "branch": "main", "commit": "123a9fb12e7229342f807ec9e6de478b1102b041" },
"undotree": { "branch": "master", "commit": "178d19e00a643f825ea11d581b1684745d0c4eda" },
- "unison": { "branch": "trunk", "commit": "10ab5de62fad830f3b15a1f2bdef70fdf31e9541" },
+ "unison": { "branch": "trunk", "commit": "23b831f6e3736d54a0516940dec3f56d143b9015" },
"venn.nvim": { "branch": "main", "commit": "b09c2f36ddf70b498281845109bedcf08a7e0de0" },
"vim-dadbod": { "branch": "master", "commit": "e95afed23712f969f83b4857a24cf9d59114c2e6" },
"vim-dadbod-completion": { "branch": "master", "commit": "a8dac0b3cf6132c80dc9b18bef36d4cf7a9e1fe6" },