diff options
Diffstat (limited to 'lua/config/hop.lua')
-rw-r--r-- | lua/config/hop.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/config/hop.lua b/lua/config/hop.lua index 9fd6422..1d8c20c 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() |