diff options
Diffstat (limited to '')
| -rw-r--r-- | dot_config/nvim/fnl/plugins/surround.fnl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dot_config/nvim/fnl/plugins/surround.fnl b/dot_config/nvim/fnl/plugins/surround.fnl index 6fdb678..7d57940 100644 --- a/dot_config/nvim/fnl/plugins/surround.fnl +++ b/dot_config/nvim/fnl/plugins/surround.fnl @@ -1,5 +1,5 @@ -(import-macros {: tbl} :toast.macros) -[(tbl :kylechui/nvim-surround & - :version :* ; omit to use main branch for latest features - :event :VeryLazy - :opts {})] +(import-macros {:mixed-table ·} :toast.macros) +[(· :kylechui/nvim-surround & + :version :* ; omit to use main branch for latest features + :event :VeryLazy + :opts {})] |
