summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-04-10 15:23:48 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-04-10 15:23:48 +0200
commitf23947ea37ab8e82b0536e55e2187b05f5340767 (patch)
tree8da95289e69085d96e8bd7e1c35bee85d3240d8c
parent8cb8e9106007d811d9dc079b40a8768d060ad754 (diff)
fix(util): add nvim loading
-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))