summaryrefslogtreecommitdiff
path: root/fnl/config/autocmd.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/config/autocmd.fnl')
-rw-r--r--fnl/config/autocmd.fnl4
1 files changed, 2 insertions, 2 deletions
diff --git a/fnl/config/autocmd.fnl b/fnl/config/autocmd.fnl
index b76d68e..63b8474 100644
--- a/fnl/config/autocmd.fnl
+++ b/fnl/config/autocmd.fnl
@@ -2,7 +2,7 @@
(module config.autocmd {autoload {nvim aniseed.nvim
env aniseed.env
a aniseed.core
- : packer}})
+ : lazy}})
(defn create-autocmd [event opts] (nvim.create_autocmd event opts))
@@ -49,7 +49,7 @@
{:pattern :plugins.fnl
:callback (lambda []
(env.init nvim.g.aniseed#env)
- (packer.sync))})
+ (lazy.sync))})
(create-autocmd :FileType
{:pattern :netrw