summaryrefslogtreecommitdiff
path: root/dot_config/nvim/fnl/plugins/surround.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'dot_config/nvim/fnl/plugins/surround.fnl')
-rw-r--r--dot_config/nvim/fnl/plugins/surround.fnl5
1 files changed, 5 insertions, 0 deletions
diff --git a/dot_config/nvim/fnl/plugins/surround.fnl b/dot_config/nvim/fnl/plugins/surround.fnl
new file mode 100644
index 0000000..6fdb678
--- /dev/null
+++ b/dot_config/nvim/fnl/plugins/surround.fnl
@@ -0,0 +1,5 @@
+(import-macros {: tbl} :toast.macros)
+[(tbl :kylechui/nvim-surround &
+ :version :* ; omit to use main branch for latest features
+ :event :VeryLazy
+ :opts {})]