From 9e52a45f148156405a2d563d59710d18e5fe31b1 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Sun, 16 Oct 2022 12:14:52 +0200 Subject: Remove util import in autocmd --- fnl/config/autocmd.fnl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'fnl') diff --git a/fnl/config/autocmd.fnl b/fnl/config/autocmd.fnl index 4194e66..84d9e66 100644 --- a/fnl/config/autocmd.fnl +++ b/fnl/config/autocmd.fnl @@ -2,8 +2,7 @@ (module config.autocmd {autoload {nvim aniseed.nvim env aniseed.env a aniseed.core - : packer - util config.util}}) + : packer}}) (defn create-autocmd [event opts] (nvim.create_autocmd event opts)) -- cgit v1.2.3-70-g09d2