diff options
author | aktersnurra <grydholm@kth.se> | 2022-04-10 23:42:56 +0200 |
---|---|---|
committer | aktersnurra <grydholm@kth.se> | 2022-04-10 23:42:56 +0200 |
commit | 021b9b7dd7258d6c3472bdfe1026fddd0ce6d989 (patch) | |
tree | 140911fdcc867f1af458e9f4cfaec933e9cb078b | |
parent | 4c7fab72da35ef7a27da0818ae8fc9d952180971 (diff) |
fix(util): wip
-rw-r--r-- | fnl/util.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
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)] |