diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-04-11 19:53:41 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-04-11 19:53:41 +0200 |
commit | 64e7da942c8e051ee52e8ecefd17cd8b89b90246 (patch) | |
tree | 2df676cbeba186b056807cb731dc6da46d9eaab8 | |
parent | b74c9dd22e632bbe720587db92966c4d6811b766 (diff) |
fix(bootstrap): mv loading of impatient
-rw-r--r-- | bootstrap.lua | 3 | ||||
-rw-r--r-- | fnl/config/init.fnl | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/bootstrap.lua b/bootstrap.lua index ab84c17..6147c84 100644 --- a/bootstrap.lua +++ b/bootstrap.lua @@ -24,6 +24,3 @@ end ensure("wbthomason", "packer.nvim") ensure("Olical", "aniseed") ensure("lewis6991", "impatient.nvim") - --- Enable faster loading with impatient -require "impatient" diff --git a/fnl/config/init.fnl b/fnl/config/init.fnl index b736f7a..975288b 100644 --- a/fnl/config/init.fnl +++ b/fnl/config/init.fnl @@ -1,5 +1,6 @@ ;; Load all plugin configs. -(module config.init {require {_ config.packer +(module config.init {require {_ config.impatient + _ config.packer _ config.alpha ;;_ config.autocmd _ config.autopairs |