summaryrefslogtreecommitdiff
path: root/lua/config/hop.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/config/hop.lua')
-rw-r--r--lua/config/hop.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/config/hop.lua b/lua/config/hop.lua
index 1d8c20c..65fd792 100644
--- a/lua/config/hop.lua
+++ b/lua/config/hop.lua
@@ -1,6 +1,6 @@
local status_ok, hop = pcall(require, "hop")
if not status_ok then
- return
+ return
end
hop.setup()