Skip to content

Commit

Permalink
fix(better-escape): load on "VeryLazy" now that better-escape works…
Browse files Browse the repository at this point in the history
… in all modes
  • Loading branch information
mehalter committed Jul 16, 2024
1 parent 4453864 commit e0cb231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/astronvim/plugins/better-escape.lua
Original file line number Diff line number Diff line change
@@ -1 +1 @@
return { "max397574/better-escape.nvim", event = "InsertCharPre", opts = { timeout = 300 } }
return { "max397574/better-escape.nvim", event = "VeryLazy", opts = { timeout = 300 } }

0 comments on commit e0cb231

Please sign in to comment.