aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2022-09-05 01:02:06 +0800
committerGitHub <noreply@github.com>2022-09-05 01:02:06 +0800
commitacb8b7fcf8cc323b1a5de5d5cdbde1b1fe6695ac (patch)
treef9e3f1c81ef79d565dc6adaa2aafc012111f6669
parentc71ad44cd3b6d7982d2e85d36efb582420efcdb0 (diff)
parent46cbdc2d7f75f5e727ede7f42555e51c1a6b369b (diff)
Merge pull request #90 from jdhao/reorg
better-escape.vim is now under nvim-zh org
-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" } })