diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-13 22:03:12 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-13 22:03:12 +0100 |
commit | d2a6fd40903289752e3d946c3fca14c46142fa69 (patch) | |
tree | d80fcbd69df8c5cc51bf5b2d04357dd094b7c2e8 /lua/config/hop.lua | |
parent | fb9ca94fbc3a314b3e0b1da2985dcebc0e645c2c (diff) |
Formatting
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() |