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