diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-13 22:03:05 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-13 22:03:05 +0100 |
commit | fb9ca94fbc3a314b3e0b1da2985dcebc0e645c2c (patch) | |
tree | 876c81cd54c5fbf481a79127871abecf87ac06ac /lua/config/spectre.lua | |
parent | f688dc71e3df8a3d40f960e2411e9b4f16cc4160 (diff) |
Remove Log
Diffstat (limited to 'lua/config/spectre.lua')
-rw-r--r-- | lua/config/spectre.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/config/spectre.lua b/lua/config/spectre.lua index 874d496..899a322 100644 --- a/lua/config/spectre.lua +++ b/lua/config/spectre.lua @@ -1,6 +1,5 @@ local status_ok, spectre = pcall(require, "spectre") if not status_ok then -Log:get_default().error "Failed to load hop" return end |