summaryrefslogtreecommitdiff
path: root/fnl/util.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/util.fnl')
-rw-r--r--fnl/util.fnl3
1 files changed, 2 insertions, 1 deletions
diff --git a/fnl/util.fnl b/fnl/util.fnl
index 4ee8f8e..a773b6e 100644
--- a/fnl/util.fnl
+++ b/fnl/util.fnl
@@ -1,5 +1,6 @@
;; Utility functions.
-(module util)
+(module util
+ {autoload {nvim aniseed.nvim}})
(defn autocmd [name opts]
(nvim.create_autocmd name opts))