summaryrefslogtreecommitdiff
path: root/fnl/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/plugins')
-rw-r--r--fnl/plugins/surround.fnl4
1 files changed, 2 insertions, 2 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}