diff options
Diffstat (limited to 'fnl')
-rw-r--r-- | fnl/util.fnl | 3 |
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)) |