diff options
Diffstat (limited to 'fnl/config/autopairs.fnl')
-rw-r--r-- | fnl/config/autopairs.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/config/autopairs.fnl b/fnl/config/autopairs.fnl index 2b175fa..6d7d466 100644 --- a/fnl/config/autopairs.fnl +++ b/fnl/config/autopairs.fnl @@ -1,5 +1,5 @@ ;; Autopairs for brackets and quote symbols. -(module config.autopairs {autoload {util util}}) +(module config.autopairs {autoload {: util}}) (let [npairs (util.load-plugin :nvim-autopairs)] (npairs.setup {:check_ts true |