diff options
-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 a773b6e..5397270 100644 --- a/fnl/util.fnl +++ b/fnl/util.fnl @@ -3,7 +3,7 @@ {autoload {nvim aniseed.nvim}}) (defn autocmd [name opts] - (nvim.create_autocmd name opts)) + (nvim.ex.autocmd name opts)) (defn load-plugin [name] (let [(ok? val-or-err) (pcall require name)] |