summaryrefslogtreecommitdiff
path: root/fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl')
-rw-r--r--fnl/util.fnl4
1 files changed, 2 insertions, 2 deletions
diff --git a/fnl/util.fnl b/fnl/util.fnl
index ba859df..47f9d10 100644
--- a/fnl/util.fnl
+++ b/fnl/util.fnl
@@ -1,8 +1,8 @@
;; Utility functions.
(module util {autoload {a aniseed.core
nvim aniseed.nvim
- packer packer
- plugins plugins}})
+ : packer
+ : plugins}})
(def- path (.. (vim.fn.stdpath :data) :/site/pack/packer/start))