From 0568242820c215f164ca4e8bc4be277dff07fc48 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Tue, 5 Apr 2022 22:49:25 +0200 Subject: style(bootstrap): format --- fnl/bootstrap.fnl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'fnl') diff --git a/fnl/bootstrap.fnl b/fnl/bootstrap.fnl index 4434003..2665550 100644 --- a/fnl/bootstrap.fnl +++ b/fnl/bootstrap.fnl @@ -19,8 +19,9 @@ (defn- ensure [user repository] (let [path (ensure-path packer-path repository)]) (if (> (vim.fn.empty (vim.fn.glob path) 0)) - (execute (fmt git-clone-url user repository path)) - (execute (fmt "packadd %s" repository)))) + (do + (execute (fmt git-clone-url user repository path)) + (execute (fmt "packadd %s" repository))))) (ensure :wbthomason :packer.nvim) (ensure :Olical :aniseed) -- cgit v1.2.3-70-g09d2