From 2b9cd52b56bfb6a76a92abb54510192472eabc24 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Sun, 3 Apr 2022 21:48:50 +0200 Subject: fix(bootstrap): load packer and impatient --- fnl/bootstrap.fnl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'fnl') diff --git a/fnl/bootstrap.fnl b/fnl/bootstrap.fnl index 6d8ff81..89bd5df 100644 --- a/fnl/bootstrap.fnl +++ b/fnl/bootstrap.fnl @@ -8,8 +8,7 @@ (def- packer-path (.. (vim.fn.stdpath :data) :site/pack)) -(def- git-clone-url - ("!git clone --depth 1 https://github.com/%s/%s %s")) +(def- git-clone-url "!git clone --depth 1 https://github.com/%s/%s %s") (defn- execute [cmd] (vim.api.nvim_command cmd)) @@ -26,3 +25,6 @@ (ensure :wbthomason :packer.nvim) (ensure :Olical :aniseed) (ensure :lewis6991 :impatient.nvim) + +(config.packer) +(config.impatient) -- cgit v1.2.3-70-g09d2