diff options
Diffstat (limited to 'fnl/config/better-escape.fnl')
-rw-r--r-- | fnl/config/better-escape.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/config/better-escape.fnl b/fnl/config/better-escape.fnl index e486927..2351187 100644 --- a/fnl/config/better-escape.fnl +++ b/fnl/config/better-escape.fnl @@ -3,7 +3,7 @@ {autoload {util util}}) -(let [better-escape (util.load-plugin :better-escape)] +(let [better-escape (util.load-plugin :better_escape)] (better-escape.setup { :mapping ["jk" "jj"] :timeout vim.o.timeoutlen |