diff options
Diffstat (limited to '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 |