summaryrefslogtreecommitdiff
path: root/fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl')
-rw-r--r--fnl/bootstrap.fnl6
1 files changed, 4 insertions, 2 deletions
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)