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" } })