aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lua/plugins.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua
index 12bd1b2..8d89647 100644
--- a/lua/plugins.lua
+++ b/lua/plugins.lua
@@ -213,7 +213,7 @@ packer.startup({
-- Show the content of register in preview window
-- Plug 'junegunn/vim-peekaboo'
- use({ "jdhao/better-escape.vim", event = { "InsertEnter" } })
+ use({ "nvim-zh/better-escape.vim", event = { "InsertEnter" } })
if vim.g.is_mac then
use({ "lyokha/vim-xkbswitch", event = { "InsertEnter" } })