From 9b09bddfb8223f3b2f5d65a6d2af2e851bb3bbd1 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Mon, 4 Apr 2022 22:33:50 +0200 Subject: fix(bootstrap): add require for packer and impatient --- fnl/bootstrap.fnl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fnl/bootstrap.fnl') diff --git a/fnl/bootstrap.fnl b/fnl/bootstrap.fnl index 89bd5df..4434003 100644 --- a/fnl/bootstrap.fnl +++ b/fnl/bootstrap.fnl @@ -26,5 +26,5 @@ (ensure :Olical :aniseed) (ensure :lewis6991 :impatient.nvim) -(config.packer) -(config.impatient) +(require :config.packer) +(require :config.impatient) -- cgit v1.2.3-70-g09d2