diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-04-10 19:33:58 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-04-10 19:33:58 +0200 |
commit | c97474bf7fbca1f23425b7ef79d6dc4eebe0ef5a (patch) | |
tree | 157fbe3742841cab9d5a55648b51f2f4b7f73af3 /lua/config/impatient.lua | |
parent | be2e880fec29022e1aad6def61579c274bae60bd (diff) |
style: format
Diffstat (limited to 'lua/config/impatient.lua')
-rw-r--r-- | lua/config/impatient.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/config/impatient.lua b/lua/config/impatient.lua index 2595ca1..431d785 100644 --- a/lua/config/impatient.lua +++ b/lua/config/impatient.lua @@ -1,5 +1,4 @@ -- Speeds up loading of lua modules. - local status_ok, impatient = pcall(require, "impatient") if not status_ok then return |