diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-04-06 23:47:53 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-04-06 23:47:53 +0200 |
commit | e1c5a423a6e8abec507d89863903be869762a55e (patch) | |
tree | 925b268e08ffadd86f00611df636c54da45e0299 /lua/config/impatient.lua | |
parent | 9404b0daa8733fb830b98eb13503c7f1bcbb915b (diff) |
chore(lua): nuke lua files
Diffstat (limited to 'lua/config/impatient.lua')
-rw-r--r-- | lua/config/impatient.lua | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lua/config/impatient.lua b/lua/config/impatient.lua deleted file mode 100644 index 2595ca1..0000000 --- a/lua/config/impatient.lua +++ /dev/null @@ -1,8 +0,0 @@ --- Speeds up loading of lua modules. - -local status_ok, impatient = pcall(require, "impatient") -if not status_ok then - return -end - -impatient.enable_profile() |