From 021b9b7dd7258d6c3472bdfe1026fddd0ce6d989 Mon Sep 17 00:00:00 2001 From: aktersnurra Date: Sun, 10 Apr 2022 23:42:56 +0200 Subject: fix(util): wip --- fnl/util.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fnl') diff --git a/fnl/util.fnl b/fnl/util.fnl index 5397270..18345ad 100644 --- a/fnl/util.fnl +++ b/fnl/util.fnl @@ -3,7 +3,7 @@ {autoload {nvim aniseed.nvim}}) (defn autocmd [name opts] - (nvim.ex.autocmd name opts)) + (nvim.ex.create_autocmd name opts)) (defn load-plugin [name] (let [(ok? val-or-err) (pcall require name)] -- cgit v1.2.3-70-g09d2