diff options
author | aktersnurra <grydholm@kth.se> | 2022-04-10 23:34:40 +0200 |
---|---|---|
committer | aktersnurra <grydholm@kth.se> | 2022-04-10 23:34:40 +0200 |
commit | 0189ebed5c2212120066662da68cfcacb9b6783f (patch) | |
tree | 2f7bfb3035605ab35a5dcb0ca8fbac081fff2a86 /fnl | |
parent | be910efb9e059a962cffc030dec7ea1ea3771e7c (diff) |
fix(better-escape): typo
Diffstat (limited to '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 |